This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jaxp-configurator.git
The following commit(s) were added to refs/heads/master by this push:
new 0a91808 chore: remove unused dependencies from pom.xml
0a91808 is described below
commit 0a91808a75d347aaeceb5a36d9dd7eaef937f991
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Jan 27 11:06:48 2026 +0100
chore: remove unused dependencies from pom.xml
---
pom.xml | 41 -----------------------------------------
1 file changed, 41 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9985cb7..9fc6cea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,52 +49,11 @@
<artifactId>org.osgi.framework</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.resource</artifactId>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.annotation.bundle</artifactId>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.annotation.versioning</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.service.component.annotations</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.service.component</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.service.metatype.annotations</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.servlets.annotations</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.api</artifactId>
- <version>3.0.2</version>
- <scope>provided</scope>
- </dependency>
</dependencies>
<build>