This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.classloader-1.3.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-classloader.git
commit d67674c579a8a735d354d4de75e371a91196bfd6 Author: Carsten Ziegeler <[email protected]> AuthorDate: Fri Mar 16 10:41:10 2012 +0000 Add additional repository for spring junit git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/classloader@1301424 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index d147154..e39f16d 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
