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>


Reply via email to