Selaa lähdekoodia

re-include poi exception package to fix upgrades

tags/v1.4.47^0
Jonathan Cobb 4 vuotta sitten
vanhempi
commit
4e4b14e74f
2 muutettua tiedostoa jossa 6 lisäystä ja 2 poistoa
  1. +5
    -1
      bubble-server/pom.xml
  2. +1
    -1
      bubble-server/src/main/resources/META-INF/bubble/bubble.properties

+ 5
- 1
bubble-server/pom.xml Näytä tiedosto

@@ -456,7 +456,11 @@
<exclude>org/apache/poi/hpsf/**</exclude>
<exclude>org/apache/poi/hssf/**</exclude>
<exclude>org/apache/poi/ooxml/**</exclude>
<exclude>org/apache/poi/openxml4j/exceptions/**</exclude>

<!-- these two packages are needed for ZipSecurefile, do not exclude them -->
<!-- <exclude>org/apache/poi/openxml4j/util/**</exclude> -->
<!-- <exclude>org/apache/poi/openxml4j/exceptions/**</exclude> -->

<exclude>org/apache/poi/openxml4j/opc/**</exclude>
<exclude>org/apache/poi/poifs/**</exclude>
<exclude>org/apache/poi/sl/**</exclude>


+ 1
- 1
bubble-server/src/main/resources/META-INF/bubble/bubble.properties Näytä tiedosto

@@ -1 +1 @@
bubble.version=Adventure 1.4.46
bubble.version=Adventure 1.4.47

Ladataan…
Peruuta
Tallenna