You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ke...@apache.org on 2006/09/05 11:26:39 UTC

svn commit: r440306 - /maven/continuum/trunk/continuum-webapp/pom.xml

Author: kenney
Date: Tue Sep  5 02:26:38 2006
New Revision: 440306

URL: http://svn.apache.org/viewvc?view=rev&rev=440306
Log:
Added explicit dependency on plexus-utils in continuum-webapp;
If not supplied, an older version brought in by some other plexus
dependency is used, instead of the one defined in continuum-core.

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

Modified: maven/continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?view=diff&rev=440306&r1=440305&r2=440306
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Tue Sep  5 02:26:38 2006
@@ -108,6 +108,10 @@
       <groupId>org.apache.maven.continuum</groupId>
       <artifactId>continuum-core</artifactId>
     </dependency>
+    <dependency> <!-- added since depMgt doesn't override imported dependencies -->
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-xwork-integration</artifactId>