You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/04/01 14:07:57 UTC

svn commit: r1737354 - /maven/plugins/trunk/maven-invoker-plugin/pom.xml

Author: khmarbaise
Date: Fri Apr  1 12:07:57 2016
New Revision: 1737354

URL: http://svn.apache.org/viewvc?rev=1737354&view=rev
Log:
[MINVOKER-202] Remove unused ant dependency

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

Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/pom.xml?rev=1737354&r1=1737353&r2=1737354&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Fri Apr  1 12:07:57 2016
@@ -174,17 +174,6 @@ under the License.
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.8.1</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.ant</groupId>
-          <artifactId>ant-launcher</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>3.0.21</version>