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-models-impl.git
The following commit(s) were added to refs/heads/master by this push:
new 7984032 use johnzon directly as testing dependency
7984032 is described below
commit 7984032056483128800db7aba37ae3898171da95
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Jan 29 11:06:21 2026 +0100
use johnzon directly as testing dependency
---
pom.xml | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0c24da7..dc30e98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,9 +279,15 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.commons.johnzon</artifactId>
- <version>2.0.0</version>
+ <groupId>jakarta.json</groupId>
+ <artifactId>jakarta.json-api</artifactId>
+ <version>2.1.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.johnzon</groupId>
+ <artifactId>johnzon-core</artifactId>
+ <version>2.0.2</version>
<scope>test</scope>
</dependency>
<dependency>