You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/06/15 18:23:33 UTC

[sling-org-apache-sling-karaf-distribution] 02/02: SLING-7739 Add service user mapping for Rewriter

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-distribution.git

commit 8cacc2d2e579d00b33a355fa904bd25341f015f4
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Jun 15 13:48:13 2018 +0200

    SLING-7739 Add service user mapping for Rewriter
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index d5713cf..104f740 100644
--- a/pom.xml
+++ b/pom.xml
@@ -342,6 +342,14 @@
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.karaf-configs</artifactId>
       <version>0.1.1-SNAPSHOT</version>
+      <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-rewriter</classifier>
+      <type>config</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.karaf-configs</artifactId>
+      <version>0.1.1-SNAPSHOT</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
olli@apache.org.