FELIX-3535 use apache servicemix junit bundlization rather than springsource

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1346207 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/pom.xml b/scr/pom.xml
index 4d60a9d..3bfd2ca 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -184,9 +184,9 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.junit</groupId>
-            <artifactId>com.springsource.org.junit</artifactId>
-            <version>4.9.0</version>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.junit</artifactId>
+            <version>4.7_2</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -500,12 +500,4 @@
         </profile>
     </profiles>
         
-    <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>