SLING-7739 Add service user mapping for Rewriter
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>