Explorar el Código

re-include poi exception package to fix upgrades

tags/v1.4.47^0
Jonathan Cobb hace 4 años
padre
commit
4e4b14e74f
Se han modificado 2 ficheros con 6 adiciones y 2 borrados
  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 Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar