upgraded to use apache commons compress instead of core java zip api to accomodate UTF-8

Former-commit-id: 2637cacd6a702268bcb7f9c31b80ac513992a5a3
This commit is contained in:
Jeremy Long
2013-08-14 20:06:26 -04:00
parent b031ff5b57
commit ecc5e6ab02
3 changed files with 54 additions and 7 deletions

View File

@@ -461,6 +461,11 @@ along with Dependency-Check. If not, see <http://www.gnu.org/licenses />.
<version>1.7.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.5</version>
</dependency>
<!-- The following dependencies are only scanned during integration testing -->
<!--<dependency>
<groupId>org.springframework</groupId>
@@ -468,5 +473,11 @@ along with Dependency-Check. If not, see <http://www.gnu.org/licenses />.
<version>2.5.5</version>
<scope>test</scope>
</dependency>-->
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>2.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>