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 d5b529e41be96162109ae8f2cbb909b5d5600551 Author: Oliver Lietz <[email protected]> AuthorDate: Fri Jul 7 14:02:50 2023 +0200 SLING-11787 Provide Commons Permissions feature undo, no consent for Commons Permissions --- src/main/feature/feature.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index 799d35a..6d5e191 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -126,9 +126,6 @@ <!-- dependencies --> <feature>eventadmin</feature> </feature> - <feature name="sling-commons-permissions" version="${project.version}"> - <bundle>mvn:org.apache.sling/org.apache.sling.commons.permissions/1.0.0-SNAPSHOT</bundle> - </feature> <feature name="sling-commons-scheduler" version="${project.version}"> <bundle>mvn:org.apache.sling/org.apache.sling.commons.scheduler/2.7.12</bundle> <!-- dependencies -->
