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

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


The following commit(s) were added to refs/heads/master by this push:
     new e38413e  SLING-11836 - Add Jakarta JSON support to the Sling Starter 
(#482)
e38413e is described below

commit e38413e28d64628804f454c9fc27783d487bc282
Author: Robert Munteanu <[email protected]>
AuthorDate: Sat Jun 14 21:33:26 2025 +0200

    SLING-11836 - Add Jakarta JSON support to the Sling Starter (#482)
    
    Remove javax.json support.
---
 src/main/features/boot.json | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/main/features/boot.json b/src/main/features/boot.json
index 2958444..dcf0113 100644
--- a/src/main/features/boot.json
+++ b/src/main/features/boot.json
@@ -64,10 +64,6 @@
             
"id":"org.apache.servicemix.specs:org.apache.servicemix.specs.saaj-api-1.3:2.9.0",
             "start-order":"1"
         },
-        {
-            "id":"org.apache.sling:org.apache.sling.commons.johnzon:1.2.16",
-            "start-order":"1"
-        },
         {
             "id":"org.apache.sling:org.apache.sling.commons.log:jar:all:6.0.0",
             "start-order":"1"

Reply via email to