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 0f8becccd7141fa0f68fcc6e33e0c29ebaeddc01 Author: Julian Sedding <[email protected]> AuthorDate: Wed Nov 16 12:00:01 2016 +0000 SLING-6285 - Implement LoginAdminWhitelist in JCR Base - adjust to moved LoginAdminWhitelist -minor cleanup git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1769963 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1908ea8..73b94e5 100644 --- a/pom.xml +++ b/pom.xml @@ -168,7 +168,7 @@ <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.karaf-configs</artifactId> <version>${project.version}</version> - <classifier>org.apache.sling.jcr.oak.server.internal.LoginAdminWhitelist</classifier> + <classifier>org.apache.sling.jcr.base.internal.LoginAdminWhitelist</classifier> <type>config</type> <scope>runtime</scope> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
