Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
Use org.apache.ant
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason van Zyl committed Oct 26, 2015
1 parent 55c19a2 commit d4a0fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.takari</groupId>
<artifactId>takari</artifactId>
<version>14</version>
<version>19-SNAPSHOT</version>
</parent>

<artifactId>maven-wrapper</artifactId>
Expand Down Expand Up @@ -50,7 +50,7 @@
</dependency>
<!-- Using zip util class, should be replaced with a zip lib -->
<dependency>
<groupId>ant</groupId>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.7.0</version>
<scope>test</scope>
Expand Down

0 comments on commit d4a0fa3

Please sign in to comment.