소스 검색

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

불러오는 중...
취소
저장