You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:47:51 UTC

[sling-org-apache-sling-jcr-jackrabbit-usermanager] 05/13: Use jackrabbit api bundle instead of Sling's obsolete version.

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

rombert pushed a commit to annotated tag org.apache.sling.jcr.jackrabbit.usermanager-2.0.2-incubator
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-jackrabbit-usermanager.git

commit 72ad816a90787e1a21714b86a0c6c5a99bf5aec1
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue May 5 14:37:38 2009 +0000

    Use jackrabbit api bundle instead of Sling's obsolete version.
    
    git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/jcr/jackrabbit-usermanager@771746 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 608c9c8..e1244fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,11 +101,11 @@
 			<artifactId>org.apache.sling.servlets.post</artifactId>
 			<version>2.0.3-incubator-SNAPSHOT</version>
 		</dependency>
-		<dependency>
-			<groupId>org.apache.sling</groupId>
-			<artifactId>org.apache.sling.jcr.jackrabbit.api</artifactId>
-			<version>2.0.2-incubator</version>
-		</dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jackrabbit-api</artifactId>
+            <version>1.5.0</version>
+        </dependency>
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.jcr.base</artifactId>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.