You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2010/06/11 21:16:57 UTC

svn commit: r953842 - /cxf/build-utils/trunk/buildtools/pom.xml

Author: dkulp
Date: Fri Jun 11 19:16:57 2010
New Revision: 953842

URL: http://svn.apache.org/viewvc?rev=953842&view=rev
Log:
Mark some stuff provided to not pull them in when they aren't really needed

Modified:
    cxf/build-utils/trunk/buildtools/pom.xml

Modified: cxf/build-utils/trunk/buildtools/pom.xml
URL: http://svn.apache.org/viewvc/cxf/build-utils/trunk/buildtools/pom.xml?rev=953842&r1=953841&r2=953842&view=diff
==============================================================================
--- cxf/build-utils/trunk/buildtools/pom.xml (original)
+++ cxf/build-utils/trunk/buildtools/pom.xml Fri Jun 11 19:16:57 2010
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-utils</artifactId>
-            <version>1.4.4</version>
+            <version>2.0.5</version>
             <optional>true</optional>
         </dependency>
         <dependency>
@@ -70,11 +70,13 @@
             <artifactId>maven-shade-plugin</artifactId>
             <version>1.3.2</version>
             <optional>true</optional>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>pmd</groupId>
             <artifactId>pmd</artifactId>
             <version>4.2</version>
+            <scope>provided</scope>
         </dependency>
     </dependencies>
 </project>