From 4e4b14e74f29d91eda63d2880eba1055c0727cf3 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 4 Dec 2020 10:16:56 -0500 Subject: [PATCH] re-include poi exception package to fix upgrades --- bubble-server/pom.xml | 6 +++++- .../src/main/resources/META-INF/bubble/bubble.properties | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bubble-server/pom.xml b/bubble-server/pom.xml index 6640b6f8..0e071a53 100644 --- a/bubble-server/pom.xml +++ b/bubble-server/pom.xml @@ -456,7 +456,11 @@ org/apache/poi/hpsf/** org/apache/poi/hssf/** org/apache/poi/ooxml/** - org/apache/poi/openxml4j/exceptions/** + + + + + org/apache/poi/openxml4j/opc/** org/apache/poi/poifs/** org/apache/poi/sl/** diff --git a/bubble-server/src/main/resources/META-INF/bubble/bubble.properties b/bubble-server/src/main/resources/META-INF/bubble/bubble.properties index 66ff2e75..d54593c0 100644 --- a/bubble-server/src/main/resources/META-INF/bubble/bubble.properties +++ b/bubble-server/src/main/resources/META-INF/bubble/bubble.properties @@ -1 +1 @@ -bubble.version=Adventure 1.4.46 +bubble.version=Adventure 1.4.47