This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-integration-tests.git
The following commit(s) were added to refs/heads/master by this push:
new 82b852f update to org.apache.sling.commons.testing 2.2.2 cleanup
excluded dependencies
82b852f is described below
commit 82b852ff93eed4a20527ce29e4d8feb369ca95c7
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Jan 13 12:03:21 2026 +0100
update to org.apache.sling.commons.testing 2.2.2
cleanup excluded dependencies
---
pom.xml | 36 +-----------------------------------
1 file changed, 1 insertion(+), 35 deletions(-)
diff --git a/pom.xml b/pom.xml
index a46df76..3d18685 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,30 +133,8 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.testing</artifactId>
- <version>2.2.0</version>
+ <version>2.2.2</version>
<scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
- </exclusion>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit-dep</artifactId>
- </exclusion>
- <exclusion>
- <groupId>asm</groupId>
- <artifactId>asm</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.jackrabbit</groupId>
- <artifactId>jackrabbit-api</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<!-- Pin http client depenendencies to recent version.
@@ -263,12 +241,6 @@
<artifactId>org.apache.sling.testing.tools</artifactId>
<version>1.0.16</version>
<scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-json_1.0_spec</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
@@ -287,12 +259,6 @@
<artifactId>org.apache.sling.junit.teleporter</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
- <exclusions>
- <exclusion>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>