Migrate from Ant to Commons Compress

Closes gh-951
This commit is contained in:
Andy Wilkinson
2019-07-11 11:43:52 +01:00
parent aad9ce07d7
commit b769c8d6a0
4 changed files with 158 additions and 112 deletions

View File

@@ -41,8 +41,8 @@
<artifactId>spring-hateoas</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</dependency>
<dependency>