Downgrade version of junit used 4.5.0 no longer seems to be hosted by spring enterprise repository?

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@796364 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/common/core.tests/sigil.properties b/sigil/common/core.tests/sigil.properties
index ecb5a5c..1f2fe6c 100644
--- a/sigil/common/core.tests/sigil.properties
+++ b/sigil/common/core.tests/sigil.properties
@@ -13,6 +13,6 @@
 	org.apache.felix.sigil.common.core, \
 
 -imports: \
-	junit.framework;version=4.5.0, \
+	junit.framework;version=4.4.0, \
 
 # end
diff --git a/sigil/common/junit/sigil.properties b/sigil/common/junit/sigil.properties
index 4a32096..1e8241e 100644
--- a/sigil/common/junit/sigil.properties
+++ b/sigil/common/junit/sigil.properties
@@ -15,7 +15,7 @@
 	org.apache.felix.sigil.junit.server, \
 
 -imports: \
-	junit.framework;version=4.5.0, \
+	junit.framework;version=4.4.0, \
 	org.apache.felix.sigil.junit.server, \
 	org.osgi.framework;version=1.4.0, \
 	org.osgi.util.tracker;version=1.3.3, \