You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/10/02 05:39:07 UTC

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

Author: brett
Date: Sat Oct  1 20:39:03 2005
New Revision: 293066

URL: http://svn.apache.org/viewcvs?rev=293066&view=rev
Log:
remove unneeded plexus dep

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

Modified: maven/components/trunk/maven-plugins/maven-antrun-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-antrun-plugin/pom.xml?rev=293066&r1=293065&r2=293066&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-antrun-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-antrun-plugin/pom.xml Sat Oct  1 20:39:03 2005
@@ -33,9 +33,5 @@
       <artifactId>ant</artifactId>
       <version>1.6.5</version>
     </dependency>
-    <dependency>
-      <groupId>plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-    </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org