This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch bugfix/remove-bnd-annotations-dep in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-core.git
commit 458ef28d8f58d6023837f862a2e7942796514e69 Author: Konrad Windszus <[email protected]> AuthorDate: Thu Dec 11 10:48:46 2025 +0100 cleanup: Remove unused bnd annotation dependency --- pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index c99eb38..28de25b 100644 --- a/pom.xml +++ b/pom.xml @@ -77,12 +77,6 @@ <artifactId>org.osgi.service.component</artifactId> <scope>provided</scope> </dependency> - <dependency> - <groupId>biz.aQute.bnd</groupId> - <artifactId>biz.aQute.bnd.annotation</artifactId> - <version>5.3.0</version> - <scope>provided</scope> - </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> @@ -203,6 +197,11 @@ <version>1.4</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.resource</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.osgi-mock.junit4</artifactId>
