Clean up dependencies in pom

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1470472 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 2554d0f..f090e68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,14 +92,12 @@
             <scope>provided</scope>

         </dependency>

         <dependency>

-            <groupId>org.apache.jackrabbit</groupId>

-            <artifactId>jackrabbit-api</artifactId>

-            <version>2.4.0</version>

-            <scope>provided</scope>

+            <groupId>javax.jcr</groupId>

+            <artifactId>jcr</artifactId>

         </dependency>

         <dependency>

             <groupId>org.apache.jackrabbit</groupId>

-            <artifactId>jackrabbit-jcr-commons</artifactId>

+            <artifactId>jackrabbit-api</artifactId>

             <version>2.4.0</version>

             <scope>provided</scope>

         </dependency>

@@ -126,22 +124,8 @@
 

         <!-- Testing -->

         <dependency>

-            <groupId>org.apache.sling</groupId>

-            <artifactId>org.apache.sling.commons.testing</artifactId>

-            <version>2.0.6</version>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>org.mockito</groupId>

-            <artifactId>mockito-all</artifactId>

-            <version>1.8.2</version>

-            <scope>test</scope>

-        </dependency>

-        <dependency>

-            <groupId>junit-addons</groupId>

-            <artifactId>junit-addons</artifactId>

-            <version>1.4</version>

-            <scope>test</scope>

+            <groupId>junit</groupId>

+            <artifactId>junit</artifactId>

         </dependency>

     </dependencies>

 </project>