Author: khmarbaise
Date: Sun Nov 23 15:01:51 2014
New Revision: 1641195
URL: http://svn.apache.org/r1641195
Log:
[MANT-81] Upgrade ant dep to 1.9.1
- Removed ant-nodeps from test scope cause
it does not exist for 1.9.1
Modified:
maven/plugins/trunk/maven-ant-plugin/pom.xml
Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/pom.xml?rev=1641195&r1=1641194&r2=1641195&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ant-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ant-plugin/pom.xml Sun Nov 23 15:01:51 2014
@@ -60,7 +60,7 @@ under the License.
<properties>
<mavenVersion>2.2.1</mavenVersion>
- <antVersion>1.8.1</antVersion>
+ <antVersion>1.9.1</antVersion>
</properties>
<contributors>
@@ -141,12 +141,6 @@ under the License.
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-nodeps</artifactId>
- <version>${antVersion}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>