|
|
@ -57,20 +57,10 @@ |
|
|
|
</licenses> |
|
|
|
</licenses> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
<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.17</version> |
|
|
|
<version>4.1.2</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
|
|
|
<artifactId>poi-ooxml-schemas</artifactId> |
|
|
|
|
|
|
|
<version>3.17</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>cglib</groupId> |
|
|
|
<groupId>cglib</groupId> |
|
|
|