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 2015/12/12 20:04:54 UTC

svn commit: r1719721 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: khmarbaise
Date: Sat Dec 12 19:04:54 2015
New Revision: 1719721

URL: http://svn.apache.org/viewvc?rev=1719721&view=rev
Log:
[MDEP-512] Removed unused dependency to maven-invoker component.

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

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1719721&r1=1719720&r2=1719721&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Sat Dec 12 19:04:54 2015
@@ -223,11 +223,6 @@ under the License.
       <artifactId>maven-artifact-transfer</artifactId>
       <version>3.0-SNAPSHOT</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-invoker</artifactId>
-      <version>2.1.1</version>
-    </dependency>
 
     <dependency>
       <groupId>commons-lang</groupId>