You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2007/10/25 03:51:18 UTC

svn commit: r588110 - /maven/components/trunk/maven-core/pom.xml

Author: jdcasey
Date: Wed Oct 24 18:51:17 2007
New Revision: 588110

URL: http://svn.apache.org/viewvc?rev=588110&view=rev
Log:
Exclusion for plexus-component-api on plexus-interactivity-api.

Modified:
    maven/components/trunk/maven-core/pom.xml

Modified: maven/components/trunk/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/pom.xml?rev=588110&r1=588109&r2=588110&view=diff
==============================================================================
--- maven/components/trunk/maven-core/pom.xml (original)
+++ maven/components/trunk/maven-core/pom.xml Wed Oct 24 18:51:17 2007
@@ -93,6 +93,12 @@
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interactivity-api</artifactId>
       <version>1.0-alpha-6</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-component-api</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>