diff options
| author | zhangshuai <[email protected]> | 2024-11-12 15:17:00 +0800 |
|---|---|---|
| committer | zhangshuai <[email protected]> | 2024-11-12 15:17:00 +0800 |
| commit | 8b540ba127bb96f8c5d0270a2127a9a0e4edfa36 (patch) | |
| tree | 12966c89234574e3669acdd3a7be7bc262ccd27d /pom.xml | |
| parent | 7ef08fba4ad774e1c054e0bbc0c0eb1559d06af0 (diff) | |
fix: 调整 job 执行流程
1.使用 zip4j 实现文件压缩
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |
