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 1f26f326b8cc25e1f8df0882251116af96e7d33b Author: Oliver Lietz <[email protected]> AuthorDate: Mon Dec 17 11:38:28 2018 +0100 SLING-8180 Remove feature sling-auth-openid --- src/main/feature/feature.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index a736903..2d80a41 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -62,11 +62,6 @@ <feature version="${project.version}">sling</feature> <bundle dependency="true">mvn:javax.jcr/jcr/2.0</bundle> </feature> - <feature name="sling-auth-openid" version="${project.version}"> - <bundle>mvn:org.apache.sling/org.apache.sling.auth.openid/1.0.4</bundle> - <!-- dependencies --> - <feature version="${project.version}">sling</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>
