Author: fmeschbe
Date: Sat May 19 09:46:55 2012
New Revision: 1340393
URL: http://svn.apache.org/viewvc?rev=1340393&view=rev
Log:
SLING-2483 Update jackrabbit.server and jcr.base dependencies and add JCR API
dependency to prevent the new bundle plugin to generate a too restrictive
import for the JCR API (2.0 is backwards compatible with 1.0)
Modified:
sling/trunk/bundles/auth/form/pom.xml
sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml
Modified: sling/trunk/bundles/auth/form/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/form/pom.xml?rev=1340393&r1=1340392&r2=1340393&view=diff
==============================================================================
--- sling/trunk/bundles/auth/form/pom.xml (original)
+++ sling/trunk/bundles/auth/form/pom.xml Sat May 19 09:46:55 2012
@@ -102,9 +102,13 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>javax.jcr</groupId>
+ <artifactId>jcr</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.jackrabbit.server</artifactId>
- <version>2.0.4-incubator</version>
+ <version>2.0.6</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml?rev=1340393&r1=1340392&r2=1340393&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml (original)
+++ sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml Sat May 19 09:46:55
2012
@@ -117,10 +117,14 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.base</artifactId>
- <version>2.0.4-incubator</version>
+ <version>2.0.6</version>
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>javax.jcr</groupId>
+ <artifactId>jcr</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</dependency>