You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pg...@apache.org on 2010/05/21 23:36:15 UTC

svn commit: r947183 - /maven/plugins/trunk/maven-antrun-plugin/pom.xml

Author: pgier
Date: Fri May 21 21:36:15 2010
New Revision: 947183

URL: http://svn.apache.org/viewvc?rev=947183&view=rev
Log:
[MANTRUN-136, MANTRUN-137] Update to Ant 1.8.1 and use ant-nodeps.

Modified:
    maven/plugins/trunk/maven-antrun-plugin/pom.xml

Modified: maven/plugins/trunk/maven-antrun-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/pom.xml?rev=947183&r1=947182&r2=947183&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-antrun-plugin/pom.xml Fri May 21 21:36:15 2010
@@ -72,14 +72,8 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
-      <artifactId>ant-launcher</artifactId>
-      <version>1.7.1</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.7.1</version>
+      <artifactId>ant-nodeps</artifactId>
+      <version>1.8.1</version>
     </dependency>
   </dependencies>