We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf6e06 commit 982c16dCopy full SHA for 982c16d
1 file changed
pom.xml
@@ -227,6 +227,13 @@
227
<version>1.6</version>
228
</dependency>
229
230
+ <!-- commons-compress 解压缩工具类 -->
231
+ <dependency>
232
+ <groupId>org.apache.commons</groupId>
233
+ <artifactId>commons-compress</artifactId>
234
+ <version>1.19</version>
235
+ </dependency>
236
+
237
<!--编码检测工具-->
238
<dependency>
239
<groupId>com.googlecode.juniversalchardet</groupId>
0 commit comments