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 6aa5d9d8040fc08792a9bfce0171634b66710dbf Author: Oliver Lietz <[email protected]> AuthorDate: Mon Dec 17 11:35:12 2018 +0100 SLING-8179 Remove feature sling-auth-selector --- src/main/feature/feature.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index b880474..a736903 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -67,12 +67,6 @@ <!-- dependencies --> <feature version="${project.version}">sling</feature> </feature> - <feature name="sling-auth-selector" version="${project.version}"> - <bundle>mvn:org.apache.sling/org.apache.sling.auth.selector/1.0.6</bundle> - <!-- dependencies --> - <feature version="${project.version}">sling-auth-form</feature> - <feature version="${project.version}">sling-auth-openid</feature> - </feature> <!-- Apache Sling Commons --> <feature name="sling-commons-clam" version="${project.version}"> <bundle>mvn:org.apache.sling/org.apache.sling.commons.clam/1.0.2</bundle>
