You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/12/09 05:12:13 UTC

svn commit: r724602 - /servicemix/maven-plugins/res-maven-plugin/trunk/pom.xml

Author: ffang
Date: Mon Dec  8 20:12:12 2008
New Revision: 724602

URL: http://svn.apache.org/viewvc?rev=724602&view=rev
Log:
[SM-1709]unify third party libs used across servicemix projects

Modified:
    servicemix/maven-plugins/res-maven-plugin/trunk/pom.xml

Modified: servicemix/maven-plugins/res-maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/res-maven-plugin/trunk/pom.xml?rev=724602&r1=724601&r2=724602&view=diff
==============================================================================
--- servicemix/maven-plugins/res-maven-plugin/trunk/pom.xml (original)
+++ servicemix/maven-plugins/res-maven-plugin/trunk/pom.xml Mon Dec  8 20:12:12 2008
@@ -63,11 +63,6 @@
       <artifactId>maven-script-ant</artifactId>
       <version>2.0.9</version>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.4.1</version>
-    </dependency>
   </dependencies>
   
   <profiles>