You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by df...@apache.org on 2008/09/23 21:48:41 UTC

svn commit: r698321 - /maven/plugins/trunk/maven-reactor-plugin/pom.xml

Author: dfabulich
Date: Tue Sep 23 12:48:41 2008
New Revision: 698321

URL: http://svn.apache.org/viewvc?rev=698321&view=rev
Log:
Explicitly refer to plexus-utils 1.5.6 to workaround problem Brett saw

Modified:
    maven/plugins/trunk/maven-reactor-plugin/pom.xml

Modified: maven/plugins/trunk/maven-reactor-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-reactor-plugin/pom.xml?rev=698321&r1=698320&r2=698321&view=diff
==============================================================================
--- maven/plugins/trunk/maven-reactor-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-reactor-plugin/pom.xml Tue Sep 23 12:48:41 2008
@@ -85,6 +85,11 @@
         <version>2.0.9</version>
     </dependency>
     <dependency>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-utils</artifactId>
+        <version>1.5.6</version>
+      </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.2</version>