You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2007/06/07 07:54:58 UTC

svn commit: r545075 - /incubator/cxf/trunk/systests/pom.xml

Author: ffang
Date: Wed Jun  6 22:54:58 2007
New Revision: 545075

URL: http://svn.apache.org/viewvc?view=rev&rev=545075
Log:
fix cruisecontrol machine build failure

Modified:
    incubator/cxf/trunk/systests/pom.xml

Modified: incubator/cxf/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/pom.xml?view=diff&rev=545075&r1=545074&r2=545075
==============================================================================
--- incubator/cxf/trunk/systests/pom.xml (original)
+++ incubator/cxf/trunk/systests/pom.xml Wed Jun  6 22:54:58 2007
@@ -314,5 +314,12 @@
   <properties>
     <surefire.fork.mode>pertest</surefire.fork.mode>
   </properties>
+
+  <repositories>
+        <repository>
+            <id>apache-incubator</id>
+            <url>http://people.apache.org/repo/m2-incubating-repository</url>
+        </repository>
+    </repositories>
   
 </project>