Author: cziegeler
Date: Wed May 23 08:10:42 2012
New Revision: 1341774
URL: http://svn.apache.org/viewvc?rev=1341774&view=rev
Log:
SLING-2483 : Update bundle plugin to 2.3.7 and add bndlib
Modified:
sling/trunk/bundles/auth/openid/pom.xml
Modified: sling/trunk/bundles/auth/openid/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/openid/pom.xml?rev=1341774&r1=1341773&r2=1341774&view=diff
==============================================================================
--- sling/trunk/bundles/auth/openid/pom.xml (original)
+++ sling/trunk/bundles/auth/openid/pom.xml Wed May 23 08:10:42 2012
@@ -154,8 +154,14 @@
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.jcr.api</artifactId>
+ <version>2.0.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.jackrabbit.server</artifactId>
- <version>2.0.6</version>
+ <version>2.1.0</version>
<scope>provided</scope>
</dependency>