This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-core.git
The following commit(s) were added to refs/heads/master by this push:
new 7eeb2ef cleanup: Remove unused bnd annotation dependency
7eeb2ef is described below
commit 7eeb2ef487c1f461d9b230d7e44fd0a165fd697c
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>