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 7a524bdd3ff27fe5d561e1a010be6629c67e3b95 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Dec 3 23:49:35 2020 +0100 SLING-9944 Bundle configurations and reference via classpath protocol add feature for configs --- src/main/feature/feature.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index a2b2ea5..3df6169 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -54,6 +54,9 @@ osgi.service;objectClass=javax.servlet.ServletContext </capability> </feature> + <feature name="sling-configs" version="${project.version}"> + <bundle>mvn:org.apache.sling/org.apache.sling.karaf-configs/0.1.1-SNAPSHOT</bundle> + </feature> <!-- Apache Sling Auth --> <feature name="sling-auth-form" version="${project.version}"> <bundle>mvn:org.apache.sling/org.apache.sling.auth.form/1.0.20</bundle>
