Jelajahi Sumber

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

zhanhong 1 tahun lalu
induk
melakukan
7841fba59b
1 mengubah file dengan 10 tambahan dan 0 penghapusan
  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>