You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:20:57 UTC

[sling-org-apache-sling-commons-classloader] 08/15: another attempt at fixing our build failure. this time just using a regular HTTP URL. Hope this works...

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 a91725399f6eea1d5f860103cd7522531267e781
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Wed Mar 21 12:50:36 2012 +0000

    another attempt at fixing our build failure. this time just using a regular HTTP URL. Hope this works...
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/classloader@1303373 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/commons/classloader/it/DynamicClassLoaderIT.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/commons/classloader/it/DynamicClassLoaderIT.java b/src/test/java/org/apache/sling/commons/classloader/it/DynamicClassLoaderIT.java
index 736a9d8..1e112b6 100644
--- a/src/test/java/org/apache/sling/commons/classloader/it/DynamicClassLoaderIT.java
+++ b/src/test/java/org/apache/sling/commons/classloader/it/DynamicClassLoaderIT.java
@@ -131,7 +131,7 @@ public class DynamicClassLoaderIT {
          */
         public JUnitBundlesOption(){
             super(
-                bundle("mvn:http://repository.springsource.com/maven/bundles/external!org.junit/com.springsource.org.junit/4.9.0")
+                bundle("http://repository.springsource.com/ivy/bundles/external/org.junit/com.springsource.org.junit/4.9.0/com.springsource.org.junit-4.9.0.jar")
             );
             noUpdate();
             startLevel( START_LEVEL_SYSTEM_BUNDLES );

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.