|
|
@ -37,10 +37,6 @@ |
|
|
|
<artifactId>poi-ooxml-schemas</artifactId> |
|
|
|
<artifactId>poi-ooxml-schemas</artifactId> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
</exclusion> |
|
|
|
</exclusion> |
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<artifactId>easypoi-base</artifactId> |
|
|
|
|
|
|
|
<groupId>cn.afterturn</groupId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
@ -129,28 +125,16 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
<exclusions> |
|
|
|
</dependency> |
|
|
|
<exclusion> |
|
|
|
<dependency> |
|
|
|
<artifactId>poi</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
</exclusion> |
|
|
|
<artifactId>poi</artifactId> |
|
|
|
</exclusions> |
|
|
|
<version>3.17</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<!-- <dependency>--> |
|
|
|
|
|
|
|
<!-- <groupId>org.apache.poi</groupId>--> |
|
|
|
|
|
|
|
<!-- <artifactId>poi</artifactId>--> |
|
|
|
|
|
|
|
<!-- <version>3.17</version>--> |
|
|
|
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
<version>3.15</version> |
|
|
|
<version>3.15</version> |
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<artifactId>poi</artifactId> |
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
<build> |
|
|
|
<build> |
|
|
|