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-installer-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d3d169  SLING-12583 Add jakarta.json-api dependency
4d3d169 is described below

commit 4d3d1696a8e3c4e2bbb0b7566432a10f9c053fd7
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Dec 18 12:33:54 2024 +0100

    SLING-12583 Add jakarta.json-api dependency
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index a14ce4e..912d373 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,6 +196,12 @@
             <version>2.0.0</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>jakarta.json</groupId>
+            <artifactId>jakarta.json-api</artifactId>
+            <version>2.1.1</version>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>

Reply via email to