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 18:11:25 UTC

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

Author: evenisse
Date: Thu Dec  1 09:11:19 2005
New Revision: 350278

URL: http://svn.apache.org/viewcvs?rev=350278&view=rev
Log:
Put exclusion in dependencyManagement

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

Modified: maven/continuum/trunk/continuum-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/pom.xml?rev=350278&r1=350277&r2=350278&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core/pom.xml (original)
+++ maven/continuum/trunk/continuum-core/pom.xml Thu Dec  1 09:11:19 2005
@@ -85,12 +85,6 @@
     <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>

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=350278&r1=350277&r2=350278&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Thu Dec  1 09:11:19 2005
@@ -324,6 +324,12 @@
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-velocity</artifactId>
         <version>1.1.2</version>
+        <exclusions>
+          <exclusion>
+            <artifactId>plexus-utils</artifactId>
+            <groupId>plexus</groupId>
+          </exclusion>
+      </exclusions>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>