Explicitely adding dependency

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1302516 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e39f16d..cf6e9cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,6 +204,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.junit</groupId>
+            <artifactId>com.springsource.org.junit</artifactId>
+            <version>4.9.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.framework</artifactId>
             <version>4.0.2</version>