Bump ant version to current

This commit is contained in:
moparisthebest 2014-05-15 14:34:30 -04:00
parent 14c150e0a4
commit ff7c5d08a4
1 changed files with 2 additions and 2 deletions

View File

@ -112,12 +112,12 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.8.2</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>1.8.2</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>