You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/10/10 22:13:50 UTC

svn commit: r312729 - /maven/continuum/trunk/continuum-web/pom.xml

Author: evenisse
Date: Mon Oct 10 13:13:45 2005
New Revision: 312729

URL: http://svn.apache.org/viewcvs?rev=312729&view=rev
Log:
exclude plexus-summit from plexus-formica-web

Modified:
    maven/continuum/trunk/continuum-web/pom.xml

Modified: maven/continuum/trunk/continuum-web/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/pom.xml?rev=312729&r1=312728&r2=312729&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-web/pom.xml (original)
+++ maven/continuum/trunk/continuum-web/pom.xml Mon Oct 10 13:13:45 2005
@@ -36,6 +36,12 @@
       <groupId>plexus</groupId>
       <artifactId>plexus-formica-web</artifactId>
       <version>1.0-alpha-4</version>
+      <exclusions>
+        <exclusion>
+          <groupId>plexus</groupId>
+          <artifactId>plexus-summit</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>