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

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

commit 17fed02dda46b02721558b4f5b28ff394d8e6cc2
Author: Robert Munteanu <romb...@apache.org>
AuthorDate: Tue May 16 17:51:57 2023 +0200

    Add oak-shaded-guava
    
    This bundle is requires as of Oak 1.52.0
---
 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 058d7fe..ac2ea16 100644
--- a/src/main/features/oak/oak_base.json
+++ b/src/main/features/oak/oak_base.json
@@ -73,6 +73,10 @@
             "id":"org.apache.jackrabbit:oak-query-spi:${oak.version}",
             "start-order":"15"
         },
+        {
+            "id":"org.apache.jackrabbit:oak-shaded-guava:${oak.version}",
+            "start-order":"15"
+        },
         {
             "id":"org.apache.jackrabbit:oak-security-spi:${oak.version}",
             "start-order":"15"

Reply via email to