This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-distribution.git
commit c91a5367f6be04b340f92f9ce45f6aaf6a9c4214 Author: Oliver Lietz <[email protected]> AuthorDate: Sat Jan 28 09:38:17 2017 +0000 add LoginAdminWhitelist config for Sling Validation git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1780645 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 97630e6..d622e8a 100644 --- a/pom.xml +++ b/pom.xml @@ -169,6 +169,14 @@ <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.karaf-configs</artifactId> <version>${project.version}</version> + <classifier>org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-sling_validation</classifier> + <type>config</type> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.karaf-configs</artifactId> + <version>${project.version}</version> <classifier>org.apache.sling.jcr.repoinit.impl.RepositoryInitializer</classifier> <type>config</type> <scope>runtime</scope> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
