Use org.apache.ant

This commit is contained in:
Jason van Zyl 2015-10-26 14:33:38 -07:00 committed by rfscholte
parent 4737137772
commit 2d3acb12df
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.takari</groupId> <groupId>io.takari</groupId>
<artifactId>takari</artifactId> <artifactId>takari</artifactId>
<version>14</version> <version>19-SNAPSHOT</version>
</parent> </parent>
<artifactId>maven-wrapper</artifactId> <artifactId>maven-wrapper</artifactId>
@ -50,7 +50,7 @@
</dependency> </dependency>
<!-- Using zip util class, should be replaced with a zip lib --> <!-- Using zip util class, should be replaced with a zip lib -->
<dependency> <dependency>
<groupId>ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId> <artifactId>ant</artifactId>
<version>1.7.0</version> <version>1.7.0</version>
<scope>test</scope> <scope>test</scope>