|
|
|
@ -29,6 +29,33 @@ |
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<java.version>17</java.version> |
|
|
|
<java.version>17</java.version> |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependencyManagement> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
|
|
|
<artifactId>poi</artifactId> |
|
|
|
|
|
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
|
|
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
|
|
|
<artifactId>poi-ooxml-lite</artifactId> |
|
|
|
|
|
|
|
<version>5.2.2</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.xmlbeans</groupId> |
|
|
|
|
|
|
|
<artifactId>xmlbeans</artifactId> |
|
|
|
|
|
|
|
<version>5.0.3</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
</dependencyManagement> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
@ -41,6 +68,37 @@ |
|
|
|
<groupId>com.deepoove</groupId> |
|
|
|
<groupId>com.deepoove</groupId> |
|
|
|
<artifactId>poi-tl</artifactId> |
|
|
|
<artifactId>poi-tl</artifactId> |
|
|
|
<version>1.12.2</version> |
|
|
|
<version>1.12.2</version> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
|
|
|
<artifactId>poi</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
|
|
|
<artifactId>poi-ooxml-lite</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
|
|
|
<artifactId>poi</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
|
|
|
<artifactId>poi-ooxml-lite</artifactId> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.apache.xmlbeans</groupId> |
|
|
|
|
|
|
|
<artifactId>xmlbeans</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
|