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-testing-clients.git
The following commit(s) were added to refs/heads/master by this push:
new e95322a SLING-12713 Update to Pax TinyBundles 4.0.1
e95322a is described below
commit e95322a66cbce8e876a20566fa60ad8f5f3b1f24
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Mar 25 16:39:36 2025 +0100
SLING-12713 Update to Pax TinyBundles 4.0.1
---
pom.xml | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index e7e04dd..b6c3144 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,19 +147,7 @@
<dependency>
<groupId>org.ops4j.pax.tinybundles</groupId>
<artifactId>tinybundles</artifactId>
- <version>4.0.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.ops4j.base</groupId>
- <artifactId>ops4j-base-store</artifactId>
- <version>1.5.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>biz.aQute.bnd</groupId>
- <artifactId>biz.aQute.bndlib</artifactId>
- <version>6.4.1</version>
+ <version>4.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>