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-features.git
commit 8d8e3826df34f10d3e0802cb2ea4a88606ce3cd2 Author: Oliver Lietz <[email protected]> AuthorDate: Sat Sep 1 16:05:21 2018 +0200 SLING-7879 Provide Clam feature --- src/main/feature/feature.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index f066523..3759058 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -161,6 +161,16 @@ <feature version="${project.version}">sling-xss</feature> <feature>webconsole</feature> </feature> + <feature name="sling-clam" version="${project.version}"> + <config external="true" name="org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_clam">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_clam</config> + <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-clam">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-clam</config> + <bundle>mvn:org.apache.sling/org.apache.sling.clam/1.0.0-SNAPSHOT</bundle> + <!-- dependencies --> + <feature version="${project.version}">sling</feature> + <feature version="${project.version}">sling-commons-clam</feature> + <feature version="${project.version}">sling-event</feature> + <feature version="${project.version}">sling-jcr</feature> + </feature> <feature name="sling-discovery" version="${project.version}"> <bundle>mvn:org.apache.sling/org.apache.sling.discovery.api/1.0.4</bundle> <bundle>mvn:org.apache.sling/org.apache.sling.discovery.support/1.0.4</bundle>
