You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/07/06 04:45:18 UTC

svn commit: r553701 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: brianf
Date: Thu Jul  5 19:45:18 2007
New Revision: 553701

URL: http://svn.apache.org/viewvc?view=rev&rev=553701
Log:
put the exclusions back in the pom

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

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?view=diff&rev=553701&r1=553700&r2=553701
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Thu Jul  5 19:45:18 2007
@@ -144,6 +144,16 @@
 			<groupId>org.codehaus.plexus</groupId>
 			<artifactId>plexus-archiver</artifactId>
 			<version>1.0-alpha-9-SNAPSHOT</version>
+			<exclusions>
+              <exclusion>
+                 <groupId>org.codehaus.plexus</groupId>
+                 <artifactId>plexus-container-default</artifactId>
+              </exclusion>
+              <exclusion>
+                 <groupId>org.codehaus.plexus</groupId>
+                 <artifactId>plexus-component-api</artifactId>
+              </exclusion>			  
+            </exclusions>
 		</dependency>
 <!--		<dependency>
 			<groupId>org.codehaus.plexus</groupId>