junit.jar download works for me (and others I've spoken to) but I'd like
to fix the hudson build problem so let's see if downloading from the
upstream download site helps.


git-svn-id: https://svn.apache.org/repos/asf/harmony/enhanced/java/trunk@1029073 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/classlib/make/depends.properties b/classlib/make/depends.properties
index 21ffe9d..462d902 100644
--- a/classlib/make/depends.properties
+++ b/classlib/make/depends.properties
@@ -33,7 +33,7 @@
 
 junit.dir=${depends.jars}/junit_4.6
 junit.jar=${junit.dir}/junit-4.6.jar
-junit.url=${maven2.base}/junit/junit/4.6/junit-4.6.jar
+junit.url=http://downloads.sourceforge.net/sourceforge/junit/junit-4.6.jar?use_mirror=autoselect
 junit.md5=37dc57962c1275ebc572726a6f5cdd13
 
 hamcrest-library.dir=${depends.jars}/hamcrest-library_1.1
diff --git a/common_resources/make/depends.properties b/common_resources/make/depends.properties
index d653e6e..644f9af 100644
--- a/common_resources/make/depends.properties
+++ b/common_resources/make/depends.properties
@@ -21,7 +21,7 @@
 harmony.standard.base=http://svn.apache.org/repos/asf/harmony/standard/depends
 
 junit.jar=${depends.jars}/junit_4.6/junit-4.6.jar
-junit.jar.url=${maven2.base}/junit/junit/4.6/junit-4.6.jar
+junit.jar.url=http://downloads.sourceforge.net/sourceforge/junit/junit-4.6.jar?use_mirror=autoselect
 junit.jar.md5=37dc57962c1275ebc572726a6f5cdd13
 
 hamcrest-library.jar=${depends.jars}/hamcrest-library_1.1/hamcrest-library-1.1.jar