Author: olli
Date: Thu Mar  9 16:29:07 2017
New Revision: 1786199

URL: http://svn.apache.org/viewvc?rev=1786199&view=rev
Log:
SLING-6182 repoinit fails to set ACL on previously created principal

do not use AccessControlUtils for regular principals (missed pom.xml)

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

Modified: sling/trunk/bundles/jcr/repoinit/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/repoinit/pom.xml?rev=1786199&r1=1786198&r2=1786199&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/repoinit/pom.xml (original)
+++ sling/trunk/bundles/jcr/repoinit/pom.xml Thu Mar  9 16:29:07 2017
@@ -156,6 +156,12 @@
             <version>2.4.0</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>oak-core</artifactId>
+            <version>1.0.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.provisioning.model</artifactId>
             <version>1.8.0</version>


Reply via email to