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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new da2c398  SLING-12953 Manage Jakarta JSON-P 2.1
da2c398 is described below

commit da2c39861c846c1ceabfd0d25a0526de09d1bf0c
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Oct 8 12:27:10 2025 +0200

    SLING-12953 Manage Jakarta JSON-P 2.1
---
 sling-parent/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 172421a..d94335d 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -155,6 +155,13 @@
                 <version>1</version>
             </dependency>
 
+            <!-- JSON-P API, https://github.com/jakartaee/jsonp-api -->
+            <dependency>
+                <groupId>jakarta.json</groupId>
+                <artifactId>jakarta.json-api</artifactId>
+                <version>2.1.3</version>
+            </dependency>
+
             <!-- JCR related dependencies, only rarely used but manage version 
as having an impact on ITs leveraging Oak -->
             <dependency>
                 <groupId>javax.jcr</groupId>

Reply via email to