You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/07/29 15:19:50 UTC

svn commit: r798888 - /maven/plugins/trunk/maven-one-plugin/pom.xml

Author: bentmann
Date: Wed Jul 29 13:19:50 2009
New Revision: 798888

URL: http://svn.apache.org/viewvc?rev=798888&view=rev
Log:
o Fixed duplicate dependency

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

Modified: maven/plugins/trunk/maven-one-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/pom.xml?rev=798888&r1=798887&r2=798888&view=diff
==============================================================================
--- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-one-plugin/pom.xml Wed Jul 29 13:19:50 2009
@@ -82,11 +82,6 @@
       <version>2.3-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>1.0.4</version>