소스 검색

fix:积木报表导出Excel报错(包冲突)

zhanhong 1 년 전
부모
커밋
7841fba59b
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      yudao-module-report/yudao-module-report-biz/pom.xml

+ 10 - 0
yudao-module-report/yudao-module-report-biz/pom.xml

@@ -77,6 +77,16 @@
         <dependency>
             <groupId>com.bstek.ureport</groupId>
             <artifactId>ureport2-console</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.poi</groupId>
+                    <artifactId>poi</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.poi</groupId>
+                    <artifactId>poi-ooxml</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>