This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-13005 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
commit 89708b357eb398cf63983654e85f1a505f6147e4 Author: Robert Munteanu <[email protected]> AuthorDate: Mon Nov 17 17:26:51 2025 +0100 SLING-13005 - Include oak-auth-external in the Sling Starter --- 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"
