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

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

commit 82cf9ae531c78542c20bc0a958b009c9f2f3e504
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Oct 16 09:21:38 2023 +0200

    SLING-12101 - Remove Guava from the Starter
    
    Remove the bundle from the Starter and drop the no longer needed Renovate 
config. Oak now uses its
    own private copy of Guava.
---
 renovate.json                       | 4 ----
 src/main/features/oak/oak_base.json | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/renovate.json b/renovate.json
index fbd61b5..5cbc370 100644
--- a/renovate.json
+++ b/renovate.json
@@ -34,10 +34,6 @@
        "groupName": "Apache Jackrabbit and Jackrabbit Oak",
        "allowedVersions": "/^[0-9]+\\.[0-9]*[02468]+\\.[0-9]+$/"
      },
-     {
-       "matchPackagePatterns": [ "guava" ],
-        "enabled": false
-     },
      {
        "matchManagers": ["maven"],
        "matchDepTypes": ["provided"],
diff --git a/src/main/features/oak/oak_base.json 
b/src/main/features/oak/oak_base.json
index 439029c..7508481 100644
--- a/src/main/features/oak/oak_base.json
+++ b/src/main/features/oak/oak_base.json
@@ -5,10 +5,6 @@
             "id":"org.apache.felix:org.apache.felix.jaas:1.0.2",
             "start-order":"10"
         },
-        {
-            "id":"com.google.guava:guava:15.0",
-            "start-order":"15"
-        },
         {
             "id":"org.apache.jackrabbit:jackrabbit-data:${jackrabbit.version}",
             "start-order":"15"

Reply via email to