Skip to content

Commit

Permalink
fixed bug: 解決tar檔無法解開問題
Browse files Browse the repository at this point in the history
  • Loading branch information
abola committed Dec 10, 2016
1 parent 9ab752a commit 9d122ab
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.abola</groupId>
<artifactId>crawler</artifactId>
<version>1.1</version>
<version>1.1.1</version>

<!-- Output to jar format -->
<packaging>jar</packaging>
Expand Down Expand Up @@ -42,6 +42,13 @@
<artifactId>commons-vfs2</artifactId>
<version>2.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.12</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 9d122ab

Please sign in to comment.