This is an automated email from the ASF dual-hosted git repository. davidb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-unpack.git
commit b13b26f49286c4975a4948891a19d0dd1ab3afe3 Author: David Bosschaert <[email protected]> AuthorDate: Thu Feb 10 13:22:16 2022 +0000 Remove biz.aQute.bndlib transitive dependency as this fairly large library is not needed in the distro --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 008f34d..ccefd83 100644 --- a/pom.xml +++ b/pom.xml @@ -171,6 +171,12 @@ <artifactId>org.apache.sling.feature.launcher</artifactId> <version>1.2.0</version> <scope>provided</scope> + <exclusions> + <exclusion> + <groupId>biz.aQute.bnd</groupId> + <artifactId>biz.aQute.bndlib</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.sling</groupId>
