Skip to content

Commit 982c16d

Browse files
committed
添加解压测试方法
1 parent ebf6e06 commit 982c16d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,13 @@
227227
<version>1.6</version>
228228
</dependency>
229229

230+
<!-- commons-compress 解压缩工具类 -->
231+
<dependency>
232+
<groupId>org.apache.commons</groupId>
233+
<artifactId>commons-compress</artifactId>
234+
<version>1.19</version>
235+
</dependency>
236+
230237
<!--编码检测工具-->
231238
<dependency>
232239
<groupId>com.googlecode.juniversalchardet</groupId>

0 commit comments

Comments
 (0)