You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by jv...@apache.org on 2005/12/03 23:54:56 UTC

svn commit: r352043 - /maven/surefire/trunk/surefire-booter/pom.xml

Author: jvanzyl
Date: Sat Dec  3 14:54:54 2005
New Revision: 352043

URL: http://svn.apache.org/viewcvs?rev=352043&view=rev
Log:
o adding p-u

Modified:
    maven/surefire/trunk/surefire-booter/pom.xml

Modified: maven/surefire/trunk/surefire-booter/pom.xml
URL: http://svn.apache.org/viewcvs/maven/surefire/trunk/surefire-booter/pom.xml?rev=352043&r1=352042&r2=352043&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-booter/pom.xml (original)
+++ maven/surefire/trunk/surefire-booter/pom.xml Sat Dec  3 14:54:54 2005
@@ -27,6 +27,11 @@
       <scope>test</scope>
     </dependency>        
     <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.0.4</version>
+    </dependency>            
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>