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 f392c10  SLING-13005 - Include oak-auth-external in the Sling Starter 
(#553)
f392c10 is described below

commit f392c1008323e5c0d3c8535d9f0251395dfd16a2
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Nov 17 17:51:29 2025 +0100

    SLING-13005 - Include oak-auth-external in the Sling Starter (#553)
---
 src/main/features/oak/oak_base.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/features/oak/oak_base.json 
b/src/main/features/oak/oak_base.json
index 97eed89..be2b1e2 100644
--- a/src/main/features/oak/oak_base.json
+++ b/src/main/features/oak/oak_base.json
@@ -29,6 +29,10 @@
             "id":"org.apache.jackrabbit:oak-api:${oak.version}",
             "start-order":"15"
         },
+        {
+            "id":"org.apache.jackrabbit:oak-auth-external:${oak.version}",
+            "start-order":"15"
+        },
         {
             "id":"org.apache.jackrabbit:oak-blob-plugins:${oak.version}",
             "start-order":"15"

Reply via email to