mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-01-19 11:40:05 +08:00
commit
271610bf6b
@ -626,6 +626,16 @@
|
|||||||
<groupId>com.bstek.ureport</groupId>
|
<groupId>com.bstek.ureport</groupId>
|
||||||
<artifactId>ureport2-console</artifactId>
|
<artifactId>ureport2-console</artifactId>
|
||||||
<version>${ureport2.version}</version>
|
<version>${ureport2.version}</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion><!-- 包冲突 积木报表 导出Excel报错 -->
|
||||||
|
<groupId>org.apache.poi</groupId>
|
||||||
|
<artifactId>poi</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
<exclusion><!-- 包冲突 积木报表 导出Excel报错 -->
|
||||||
|
<groupId>org.apache.poi</groupId>
|
||||||
|
<artifactId>poi-ooxml</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
Loading…
Reference in New Issue
Block a user