This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch feature/SLING-12187-xss-240
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git

commit 468ee80903e7b17a0d3d8929a45cf17a9f67b671
Author: Stefan Seifert <stefanseif...@users.noreply.github.com>
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>

Reply via email to