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/07/10 12:35:13 UTC

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

Author: khmarbaise
Date: Sun Jul 10 12:35:13 2016
New Revision: 1752086

URL: http://svn.apache.org/viewvc?rev=1752086&view=rev
Log:
Removed maven-compat dependency cause it is not used.

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=1752086&r1=1752085&r2=1752086&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Sun Jul 10 12:35:13 2016
@@ -80,11 +80,6 @@ under the License.
       <artifactId>maven-invoker</artifactId>
       <version>3.0.0-SNAPSHOT</version>
     </dependency>
-    <dependency> <!-- temporary -->
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-compat</artifactId>
-      <version>${mavenVersion}</version>
-    </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>