You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jm...@apache.org on 2006/05/10 05:01:15 UTC

svn commit: r405607 - /maven/plugins/trunk/maven-resources-plugin/pom.xml

Author: jmcconnell
Date: Tue May  9 20:01:13 2006
New Revision: 405607

URL: http://svn.apache.org/viewcvs?rev=405607&view=rev
Log:
remove the plexus-utils 1.2 requirement that isn't needed anymore

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

Modified: maven/plugins/trunk/maven-resources-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-resources-plugin/pom.xml?rev=405607&r1=405606&r2=405607&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Tue May  9 20:01:13 2006
@@ -26,11 +26,6 @@
       <version>2.0</version>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.2</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
       <version>1.0-SNAPSHOT</version>