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/03 05:17:36 UTC

[sling-org-apache-sling-karaf-distribution] 01/03: SLING-9297 Add dedicated RepositoryInitializer configs for sling-mapping and sling-readall

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 18bee6e6f1f94c2e2b6fa029a04713cb214c5697
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 29 16:29:05 2020 +0200

    SLING-9297 Add dedicated RepositoryInitializer configs for sling-mapping and sling-readall
---
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8bc7018..0487e2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,6 +238,22 @@
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.karaf-configs</artifactId>
       <version>0.1.1-SNAPSHOT</version>
+      <classifier>org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_mapping</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.repoinit.RepositoryInitializer-sling_readall</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.repoinit.RepositoryInitializer-sling_scripting</classifier>
       <type>config</type>
       <scope>runtime</scope>