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 a62146d98c6400652791bfb4374a8bb34e290b38 Author: Oliver Lietz <[email protected]> AuthorDate: Sun Nov 8 11:13:13 2020 +0100 add configs for contentloader --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 62ea0bd..bb7d5b7 100644 --- a/pom.xml +++ b/pom.xml @@ -426,6 +426,14 @@ <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_jcr_contentloader</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_mapping</classifier> <type>config</type> <scope>runtime</scope> @@ -514,6 +522,14 @@ <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.karaf-configs</artifactId> <version>0.1.1-SNAPSHOT</version> + <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_jcr_contentloader</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.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling_jcr_resource</classifier> <type>config</type> <scope>runtime</scope>
