You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by as...@apache.org on 2010/09/14 10:28:39 UTC

svn commit: r996788 - /cxf/trunk/systests/container-integration/grizzly/pom.xml

Author: asoldano
Date: Tue Sep 14 08:28:39 2010
New Revision: 996788

URL: http://svn.apache.org/viewvc?rev=996788&view=rev
Log:
Adding http://download.java.net/maven/2/ repo to the grizzly container integration tests only

Modified:
    cxf/trunk/systests/container-integration/grizzly/pom.xml

Modified: cxf/trunk/systests/container-integration/grizzly/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/container-integration/grizzly/pom.xml?rev=996788&r1=996787&r2=996788&view=diff
==============================================================================
--- cxf/trunk/systests/container-integration/grizzly/pom.xml (original)
+++ cxf/trunk/systests/container-integration/grizzly/pom.xml Tue Sep 14 08:28:39 2010
@@ -12,6 +12,14 @@
     <name>Apache CXF Container Integration Test Grizzly</name>
     <version>2.3.0-SNAPSHOT</version>
 
+    <repositories>
+        <repository>
+            <id>maven2-repository.dev.java.net</id>
+            <name>Java.net Repository for Maven 2</name>
+            <url>http://download.java.net/maven/2/</url>
+        </repository>
+     </repositories>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.cxf</groupId>