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

[sling-org-apache-sling-karaf-configs] 15/39: add config (service user mapping) for discovery

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-configs.git

commit bb009d2c8637bc93eae0cef560a575d368d6169c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Dec 18 19:17:40 2016 +0000

    add config (service user mapping) for discovery
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1774930 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                                              | 5 +++++
 ...ceusermapping.impl.ServiceUserMapperImpl.amended-discovery.config | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3503253..d6ad704 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,6 +158,11 @@
                   <type>config</type>
                 </artifact>
                 <artifact>
+                  <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-discovery</classifier>
+                  <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-discovery.config</file>
+                  <type>config</type>
+                </artifact>
+                <artifact>
                   <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-i18n</classifier>
                   <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-i18n.config</file>
                   <type>config</type>
diff --git a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-discovery.config b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-discovery.config
new file mode 100644
index 0000000..18c4aea
--- /dev/null
+++ b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-discovery.config
@@ -0,0 +1,5 @@
+user.mapping=[
+  "org.apache.sling.discovery.commons=sling-discovery",
+  "org.apache.sling.discovery.base=sling-discovery",
+  "org.apache.sling.discovery.oak=sling-discovery"
+]

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.