summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorzhangshuai <[email protected]>2024-11-12 15:17:00 +0800
committerzhangshuai <[email protected]>2024-11-12 15:17:00 +0800
commit8b540ba127bb96f8c5d0270a2127a9a0e4edfa36 (patch)
tree12966c89234574e3669acdd3a7be7bc262ccd27d /pom.xml
parent7ef08fba4ad774e1c054e0bbc0c0eb1559d06af0 (diff)
fix: 调整 job 执行流程
1.使用 zip4j 实现文件压缩
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 796a6ce..43e59c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,13 @@
<version>0.12.35</version>
</dependency>
+ <!-- https://mvnrepository.com/artifact/net.lingala.zip4j/zip4j -->
+ <dependency>
+ <groupId>net.lingala.zip4j</groupId>
+ <artifactId>zip4j</artifactId>
+ <version>2.11.5</version>
+ </dependency>
+
</dependencies>
<build>