Author: fmeschbe
Date: Sun Feb 8 22:17:01 2009
New Revision: 742186
URL: http://svn.apache.org/viewvc?rev=742186&view=rev
Log:
SLING-853 Update SCR and ConfigAdmin dependencies and add OpenID
authentication handler
Modified:
incubator/sling/trunk/launchpad/bundles/pom.xml
Modified: incubator/sling/trunk/launchpad/bundles/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/bundles/pom.xml?rev=742186&r1=742185&r2=742186&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/bundles/pom.xml (original)
+++ incubator/sling/trunk/launchpad/bundles/pom.xml Sun Feb 8 22:17:01 2009
@@ -115,13 +115,13 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
- <version>1.0.6</version>
+ <version>1.0.7-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
- <version>1.0.4</version>
+ <version>1.0.10</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -223,6 +223,12 @@
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.openidauth</artifactId>
+ <version>0.9.0-incubator-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.adapter</artifactId>
<version>2.0.2-incubator</version>
<scope>provided</scope>