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

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

commit 18793671301bae79d045a0cb2501cd79136e3d3f
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Jan 30 10:45:34 2026 +0100

    SLING-13085 - Include the JAXP Configurator in the Sling Starter
---
 src/main/features/boot.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/features/boot.json b/src/main/features/boot.json
index 1ad020f..7f58d94 100644
--- a/src/main/features/boot.json
+++ b/src/main/features/boot.json
@@ -4,6 +4,10 @@
         "sling.home": null
     },
     "bundles":[
+        {
+            "id": "org.apache.sling:org.apache.sling.jaxp-configurator:1.0.0",
+            "start-order":"1"
+        },
         {
             "id":"org.apache.aries:org.apache.aries.util:1.1.3",
             "start-order":"1"

Reply via email to