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-distribution] 12/42: add configs for LoginAdminWhitelistImpl and RepositoryInitializer

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 6f2258d5e77500adae3fa2d65b6dfbc6facda72f
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Oct 27 08:19:16 2016 +0000

    add configs for LoginAdminWhitelistImpl and RepositoryInitializer
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1766780 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index dfdf954..633cb7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,6 +168,22 @@
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.karaf-configs</artifactId>
       <version>${project.version}</version>
+      <classifier>org.apache.sling.jcr.base.internal.LoginAdminWhitelistImpl</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.jcr.repoinit.impl.RepositoryInitializer</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.nosql.couchbase.client.CouchbaseClient.factory.config-default</classifier>
       <type>config</type>
       <scope>runtime</scope>

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