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/12/01 16:01:09 UTC

svn commit: r350261 - /maven/continuum/trunk/continuum-core/pom.xml

Author: evenisse
Date: Thu Dec  1 07:01:06 2005
New Revision: 350261

URL: http://svn.apache.org/viewcvs?rev=350261&view=rev
Log:
Remove old plexus-utils from plexus-velocity

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

Modified: maven/continuum/trunk/continuum-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/pom.xml?rev=350261&r1=350260&r2=350261&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core/pom.xml (original)
+++ maven/continuum/trunk/continuum-core/pom.xml Thu Dec  1 07:01:06 2005
@@ -85,6 +85,12 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-velocity</artifactId>
+      <exclusions>
+        <exclusion>
+          <artifactId>plexus-utils</artifactId>
+          <groupId>plexus</groupId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.continuum</groupId>