Author: jmcconnell
Date: Tue May  9 13:46:18 2006
New Revision: 405528

URL: http://svn.apache.org/viewcvs?rev=405528&view=rev
Log:
add dependency for plexus-utils 1.2 which is where MRESOURCES-10 is fixed in

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=405528&r1=405527&r2=405528&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Tue May  9 13:46:18 2006
@@ -26,6 +26,11 @@
       <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>


Reply via email to