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 e9dd689 keep dependency exclusion for org.apache.sling.testing.tools
e9dd689 is described below
commit e9dd6893b0efef137db2959cab4afbc8aa888e82
Author: Stefan Seifert <[email protected]>
AuthorDate: Tue Jan 13 12:06:38 2026 +0100
keep dependency exclusion for org.apache.sling.testing.tools
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 3d18685..48a9586 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,6 +241,12 @@
<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>