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 54ea4267d23b757dcaa9d858b81dd92b1a81727f Author: Oliver Lietz <[email protected]> AuthorDate: Sun Dec 8 15:44:56 2019 +0100 SLING-3027 Improve Launchpad Karaf Features Remove Fling snapshot --- src/main/feature/feature.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index ea9e602..a12884b 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -674,19 +674,6 @@ <bundle>mvn:org.apache.pdfbox/jempbox/1.8.16</bundle> </feature> <!-- Apache Sling Samples --> - <feature name="sling-samples-fling" version="${project.version}"> - <bundle>mvn:org.apache.sling.samples/org.apache.sling.samples.fling/0.0.1-SNAPSHOT</bundle> - <!-- dependencies --> - <feature version="${project.version}">sling</feature> - <feature version="${project.version}">sling-scripting-thymeleaf</feature> - <feature version="${project.version}">sling-commons-messaging</feature> - <feature version="${project.version}">sling-commons-messaging-mail</feature> - <feature version="${project.version}">sling-models</feature> - <feature version="${project.version}">sling-query</feature> - <feature version="${project.version}">sling-validation</feature> - <feature version="${project.version}">sling-installer-provider-jcr</feature> - <feature version="${project.version}">sling-auth-form</feature> - </feature> <!-- Composum --> <feature name="composum-nodes" version="${project.version}"> <config external="true" name="org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum_nodes">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum_nodes</config>
