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 2020/04/10 13:40:42 UTC

[sling-org-apache-sling-karaf-distribution] 01/04: SLING-9355 Split LoginAdminWhitelist fragment sling into sling-discovery and sling-jcr

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 ba51e0694cc8f072803d4d3ef23f0e534152218c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Apr 10 14:18:10 2020 +0200

    SLING-9355 Split LoginAdminWhitelist fragment sling into sling-discovery and sling-jcr
---
 pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5f5a8a0..b397e53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,15 @@
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.karaf-configs</artifactId>
       <version>0.1.1-SNAPSHOT</version>
-      <classifier>org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-sling</classifier>
+      <classifier>org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-sling_discovery</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.jcr.base.internal.LoginAdminWhitelist.fragment-sling_jcr</classifier>
       <type>config</type>
       <scope>runtime</scope>
     </dependency>