This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-tenant.git

commit a50963ce7d55cff3d857d947156614ccf8b94736
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Mon Apr 22 12:15:16 2013 +0000

    Clean up dependencies in pom
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1470472 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 26 +++++---------------------
 1 file changed, 5 insertions(+), 21 deletions(-)

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>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to