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-testing-sling-mock.git
The following commit(s) were added to refs/heads/master by this push:
new de62761 SLING-12187 add dependencies to be compatible with Sling XSS
2.4.0
de62761 is described below
commit de627616b605c2a41d5f28ec1c7c348f846dcd4b
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Dec 7 13:29:08 2023 +0100
SLING-12187 add dependencies to be compatible with Sling XSS 2.4.0
---
core/pom.xml | 15 +++++++++++++++
parent/pom.xml | 15 +++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/core/pom.xml b/core/pom.xml
index d1f94ff..928e354 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -201,6 +201,21 @@
<artifactId>commons-fileupload</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>jakarta.json</groupId>
+ <artifactId>jakarta.json-api</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish</groupId>
+ <artifactId>jakarta.json</artifactId>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.owasp.encoder</groupId>
+ <artifactId>encoder</artifactId>
+ <scope>compile</scope>
+ </dependency>
<dependency>
<groupId>org.apache.sling</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index b5cb1e0..231d6e4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -244,6 +244,21 @@
<artifactId>commons-fileupload</artifactId>
<version>1.5</version>
</dependency>
+ <dependency>
+ <groupId>jakarta.json</groupId>
+ <artifactId>jakarta.json-api</artifactId>
+ <version>2.0.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish</groupId>
+ <artifactId>jakarta.json</artifactId>
+ <version>2.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.owasp.encoder</groupId>
+ <artifactId>encoder</artifactId>
+ <version>1.2.3</version>
+ </dependency>
<dependency>
<groupId>org.apache.sling</groupId>