You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:50:34 UTC

[sling-org-apache-sling-jcr-repoinit] 10/14: SLING-6182 repoinit fails to set ACL on previously created principal

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.jcr.repoinit-1.1.4
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git

commit 93c5cb04bef4749c7e7b0756b6de5b727cbad8b4
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Mar 9 16:29:07 2017 +0000

    SLING-6182 repoinit fails to set ACL on previously created principal
    
    do not use AccessControlUtils for regular principals (missed pom.xml)
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/repoinit@1786199 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1f9f4a3..5df3256 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.