This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing-war.git
The following commit(s) were added to refs/heads/master by this push:
new 1d89f50 SLING-7636 - sync with changes made to launchpad-testing
1d89f50 is described below
commit 1d89f50110fe83da772427396bc122319a023837
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Fri May 4 11:26:56 2018 +0200
SLING-7636 - sync with changes made to launchpad-testing
---
pom.xml | 2 +-
src/main/provisioning/model.txt | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3b92d69..beabd8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,7 +256,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/main/provisioning/model.txt b/src/main/provisioning/model.txt
index cf62661..9d0bd93 100644
--- a/src/main/provisioning/model.txt
+++ b/src/main/provisioning/model.txt
@@ -43,3 +43,8 @@
create path /repoinit/provisioningModelTest
create service user provisioningModelUser
+
+create path (sling:OrderedFolder) /ANON_CAN_READ
+set ACL for everyone
+ allow jcr:read on /ANON_CAN_READ
+end
--
To stop receiving notification emails like this one, please contact
[email protected].