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/09/13 17:54:21 UTC

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

Author: evenisse
Date: Tue Sep 13 08:54:16 2005
New Revision: 280579

URL: http://svn.apache.org/viewcvs?rev=280579&view=rev
Log:
Use the correct version of plexus-utils

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

Modified: maven/continuum/trunk/continuum-core-it/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core-it/pom.xml?rev=280579&r1=280578&r2=280579&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core-it/pom.xml (original)
+++ maven/continuum/trunk/continuum-core-it/pom.xml Tue Sep 13 08:54:16 2005
@@ -24,6 +24,10 @@
     </dependency>
     <dependency>
       <groupId>plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>plexus</groupId>
       <artifactId>plexus-log4j-logging</artifactId>
       <version>1.0</version>
     </dependency>