mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-01-31 17:40:05 +08:00
fix:积木报表导出Excel报错(包冲突)
This commit is contained in:
parent
6846d429c0
commit
7841fba59b
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user