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 6f23dade3f8629bbdeb9acd30bf3fcef3c7abc6a Author: Oliver Lietz <[email protected]> AuthorDate: Sat Sep 1 16:06:10 2018 +0200 SLING-7879 Provide Clam feature --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index df35c5d..62eaac3 100644 --- a/pom.xml +++ b/pom.xml @@ -198,6 +198,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_clam</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_discovery</classifier> <type>config</type> <scope>runtime</scope> @@ -286,6 +294,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-clam</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-discovery</classifier> <type>config</type> <scope>runtime</scope> @@ -455,6 +471,7 @@ <feature>sling-adapter</feature> <feature>sling-bundleresource</feature> <feature>sling-caconfig</feature> + <feature>sling-clam</feature> <feature>sling-discovery</feature> <feature>sling-discovery-impl</feature> <feature>sling-discovery-oak</feature>
