【更新】easypoi排除冲突依赖

pull/94/head
徐玉祥 2023-03-13 22:07:22 +08:00
parent 282019598e
commit a5f94ec488
1 changed files with 12 additions and 0 deletions

View File

@ -146,6 +146,18 @@
<artifactId>javassist</artifactId>
<groupId>org.javassist</groupId>
</exclusion>
<exclusion>
<artifactId>poi</artifactId>
<groupId>org.apache.poi</groupId>
</exclusion>
<exclusion>
<artifactId>poi-ooxml</artifactId>
<groupId>org.apache.poi</groupId>
</exclusion>
<exclusion>
<artifactId>poi-ooxml-schemas</artifactId>
<groupId>org.apache.poi</groupId>
</exclusion>
</exclusions>
</dependency>