瀏覽代碼

re-include poi exception package to fix upgrades

tags/v1.4.47^0
Jonathan Cobb 4 年之前
父節點
當前提交
4e4b14e74f
共有 2 個文件被更改,包括 6 次插入2 次删除
  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 查看文件

@@ -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 查看文件

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

Loading…
取消
儲存