Ver a proveniência

re-include poi exception package to fix upgrades

tags/v1.4.47^0
Jonathan Cobb há 4 anos
ascendente
cometimento
4e4b14e74f
2 ficheiros alterados com 6 adições e 2 eliminações
  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 ficheiro

@@ -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 ficheiro

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

Carregando…
Cancelar
Guardar