|
@@ -23,7 +23,7 @@
|
|
|
<google.code.gson.version>2.7</google.code.gson.version>
|
|
|
<hutool.version>5.6.5</hutool.version>
|
|
|
<okhttps.version>4.10.0</okhttps.version>
|
|
|
- <poi.version>4.1.2</poi.version>
|
|
|
+ <poi.version>5.2.5</poi.version>
|
|
|
<poi-tl.version>1.10.3</poi-tl.version>
|
|
|
<druid.version>1.1.20</druid.version>
|
|
|
<fastjson.version>2.0.12</fastjson.version>
|
|
@@ -68,16 +68,16 @@
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
<version>${fastjson.version}</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.apache.commons</groupId>
|
|
|
- <artifactId>commons-compress</artifactId>
|
|
|
- <version>1.21</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>commons-io</groupId>
|
|
|
- <artifactId>commons-io</artifactId>
|
|
|
- <version>2.6</version>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>org.apache.commons</groupId>-->
|
|
|
+<!-- <artifactId>commons-compress</artifactId>-->
|
|
|
+<!-- <version>1.21</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>commons-io</groupId>-->
|
|
|
+<!-- <artifactId>commons-io</artifactId>-->
|
|
|
+<!-- <version>2.6</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
<artifactId>jjwt</artifactId>
|
|
@@ -289,6 +289,13 @@
|
|
|
<artifactId>flexmark-all</artifactId>
|
|
|
<version>0.64.8</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.aspose</groupId>
|
|
|
+ <artifactId>aspose-words</artifactId>
|
|
|
+ <version>22.10</version> <!-- 替换为最新版本 -->
|
|
|
+ <classifier>jdk17</classifier>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
@@ -339,6 +346,11 @@
|
|
|
<!--阿里云镜像源(因需要提交到GithubActions,会引起依赖下载过慢的问题)-->
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
+ <id>AsposeJavaAPI</id>
|
|
|
+ <name>Aspose Java API Repository</name>
|
|
|
+ <url>https://repository.aspose.com/repo/</url>
|
|
|
+ </repository>
|
|
|
+ <repository>
|
|
|
<id>nexus-aliyun</id>
|
|
|
<name>nexus-aliyun</name>
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|