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

This commit is contained in:
zhanhong 2024-03-01 19:00:10 +08:00
parent 6846d429c0
commit 7841fba59b

View File

@ -77,6 +77,16 @@
<dependency> <dependency>
<groupId>com.bstek.ureport</groupId> <groupId>com.bstek.ureport</groupId>
<artifactId>ureport2-console</artifactId> <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>
<dependency> <dependency>