Move Apache Ant dependency declaration to dependencyManagment and upgrade to 1.9.5

Former-commit-id: 9be839121e7423007ff293b44aa69327b7821a2c
This commit is contained in:
Hans Joachim Desserud
2015-06-05 21:42:52 +02:00
parent 980e00e824
commit 214b88ea1c
2 changed files with 10 additions and 2 deletions

View File

@@ -423,12 +423,10 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-testutil</artifactId>
<version>1.9.4</version>
<scope>test</scope>
</dependency>
</dependencies>

10
pom.xml
View File

@@ -359,6 +359,16 @@ Copyright (c) 2012 - Jeremy Long
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.9.5</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-testutil</artifactId>
<version>1.9.5</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>