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

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


The following commit(s) were added to refs/heads/master by this push:
     new eec5aa93 SLING-12156 - Fix missing oak-segment-tar in composite 
features
eec5aa93 is described below

commit eec5aa93de0b3ebd6ef018d9a3f8bbebf9233c5e
Author: Dan Klco <[email protected]>
AuthorDate: Wed Nov 15 09:58:47 2023 -0500

    SLING-12156 - Fix missing oak-segment-tar in composite features
---
 feature/src/main/features/oak/node-store/composite-runtime.json | 6 ++++++
 feature/src/main/features/oak/node-store/composite-seed.json    | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/feature/src/main/features/oak/node-store/composite-runtime.json 
b/feature/src/main/features/oak/node-store/composite-runtime.json
index 5d87d83c..f5428945 100644
--- a/feature/src/main/features/oak/node-store/composite-runtime.json
+++ b/feature/src/main/features/oak/node-store/composite-runtime.json
@@ -2,6 +2,12 @@
     "variables": {
         "sling.home": null
     },
+    "bundles": [
+      {
+        "id": "org.apache.jackrabbit:oak-segment-tar:${oak.version}",
+        "start-order": "15"
+      }
+    ],
     "configurations": {
         "org.apache.jackrabbit.oak.segment.SegmentNodeStoreService": {
             "name": "Default NodeStore",
diff --git a/feature/src/main/features/oak/node-store/composite-seed.json 
b/feature/src/main/features/oak/node-store/composite-seed.json
index 07c60a80..218d33e0 100644
--- a/feature/src/main/features/oak/node-store/composite-seed.json
+++ b/feature/src/main/features/oak/node-store/composite-seed.json
@@ -2,6 +2,12 @@
     "variables": {
         "sling.home": null
     },
+    "bundles": [
+      {
+        "id": "org.apache.jackrabbit:oak-segment-tar:${oak.version}",
+        "start-order": "15"
+      }
+    ],
     "configurations": {
         "org.apache.jackrabbit.oak.segment.SegmentNodeStoreService": {
             "name": "Default NodeStore"

Reply via email to