Browse Source

# 解决poi冲突

zhongwei
haungxing 10 months ago
parent
commit
81adcc7b92
  1. 5
      hzims-service/safeproduct/pom.xml

5
hzims-service/safeproduct/pom.xml

@ -70,6 +70,11 @@
<artifactId>blade-starter-excel</artifactId> <artifactId>blade-starter-excel</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.poi</groupId>
<artifactId>ooxml-schemas</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.springblade</groupId> <groupId>org.springblade</groupId>
<artifactId>blade-core-test</artifactId> <artifactId>blade-core-test</artifactId>
<scope>test</scope> <scope>test</scope>

Loading…
Cancel
Save