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 b7000b084fb32ddec07e59d78ba2e5f300a4d2c5 Author: Oliver Lietz <[email protected]> AuthorDate: Sat Jan 28 09:51:58 2017 +0000 add missing LoginAdminWhitelist config for Composum git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1780650 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index d622e8a..b23e6e7 100644 --- a/pom.xml +++ b/pom.xml @@ -161,6 +161,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-composum</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.base.internal.LoginAdminWhitelist.fragment-sling</classifier> <type>config</type> <scope>runtime</scope> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
