You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2011/11/23 23:23:01 UTC

svn commit: r1205638 - /sling/trunk/bundles/jcr/resource/pom.xml

Author: fmeschbe
Date: Wed Nov 23 22:23:00 2011
New Revision: 1205638

URL: http://svn.apache.org/viewvc?rev=1205638&view=rev
Log:
SLING-2300 Need Auth Core for the AuthenticationInfoPostProcessor service interface

Modified:
    sling/trunk/bundles/jcr/resource/pom.xml

Modified: sling/trunk/bundles/jcr/resource/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/pom.xml?rev=1205638&r1=1205637&r2=1205638&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Wed Nov 23 22:23:00 2011
@@ -166,6 +166,12 @@
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.auth.core</artifactId>
+            <version>1.0.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.classloader</artifactId>
             <version>1.0.0</version>
             <scope>provided</scope>