瀏覽代碼

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>