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 <[email protected]> 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>
