You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/03/14 13:04:13 UTC

[sling-org-apache-sling-starter] branch master updated: SLING-11168 - Sling Starter 12: Unable to launch Composum

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 251d96e  SLING-11168 - Sling Starter 12: Unable to launch Composum
251d96e is described below

commit 251d96e3c5cc5b3d0da3bf98b584a1a2d5945d40
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Mar 14 14:03:39 2022 +0100

    SLING-11168 - Sling Starter 12: Unable to launch Composum
    
    Update to the latest version of the JCR ContentLoader bundle.
---
 src/main/features/oak/oak_base.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/features/oak/oak_base.json b/src/main/features/oak/oak_base.json
index d64d883..acb2b55 100644
--- a/src/main/features/oak/oak_base.json
+++ b/src/main/features/oak/oak_base.json
@@ -134,7 +134,7 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.jcr.contentloader:2.5.0",
+            "id":"org.apache.sling:org.apache.sling.jcr.contentloader:2.5.2",
             "start-order":"20"
         },
         {