You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2012/03/16 11:41:10 UTC

svn commit: r1301424 - /sling/trunk/bundles/commons/classloader/pom.xml

Author: cziegeler
Date: Fri Mar 16 10:41:10 2012
New Revision: 1301424

URL: http://svn.apache.org/viewvc?rev=1301424&view=rev
Log:
Add additional repository for spring junit

Modified:
    sling/trunk/bundles/commons/classloader/pom.xml

Modified: sling/trunk/bundles/commons/classloader/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/classloader/pom.xml?rev=1301424&r1=1301423&r2=1301424&view=diff
==============================================================================
--- sling/trunk/bundles/commons/classloader/pom.xml (original)
+++ sling/trunk/bundles/commons/classloader/pom.xml Fri Mar 16 10:41:10 2012
@@ -210,4 +210,12 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+    <repositories>
+        <!-- springsource junit wrapping -->
+        <repository>
+            <id>com.springsource.repository.bundles.external</id>
+            <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
+            <url>http://repository.springsource.com/maven/bundles/external</url>
+        </repository>
+    </repositories>
 </project>