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 9f2ca548c88989a54a7a5ee0741532109884fd6d Author: Oliver Lietz <[email protected]> AuthorDate: Sun Jan 8 14:01:50 2017 +0000 add config (service user mapping) for servlets resolver git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1777884 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 3339888..2863595 100644 --- a/pom.xml +++ b/pom.xml @@ -249,6 +249,14 @@ <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.karaf-configs</artifactId> <version>${project.version}</version> + <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-servlets</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.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting</classifier> <type>config</type> <scope>runtime</scope> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
