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

reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new bc900292d9 OAK-11224: remove guava dependencies from POMs (ongoing) - 
oak-core and oak-jcr (#2760)
bc900292d9 is described below

commit bc900292d9c4d93c7b820b73513d2db50236cfa5
Author: Julian Reschke <[email protected]>
AuthorDate: Tue Feb 24 06:35:12 2026 +0100

    OAK-11224: remove guava dependencies from POMs (ongoing) - oak-core and 
oak-jcr (#2760)
---
 oak-core/pom.xml | 5 -----
 oak-jcr/pom.xml  | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/oak-core/pom.xml b/oak-core/pom.xml
index 02ecd75b54..ee33dc2596 100644
--- a/oak-core/pom.xml
+++ b/oak-core/pom.xml
@@ -307,11 +307,6 @@
       <artifactId>jackrabbit-jcr-commons</artifactId>
       <version>${jackrabbit.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-shaded-guava</artifactId>
-      <version>${project.version}</version>
-    </dependency>
 
     <!-- Logging -->
     <dependency>
diff --git a/oak-jcr/pom.xml b/oak-jcr/pom.xml
index e60ca17bc9..3d80966868 100644
--- a/oak-jcr/pom.xml
+++ b/oak-jcr/pom.xml
@@ -221,11 +221,6 @@
       <artifactId>commons-lang3</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-shaded-guava</artifactId>
-      <version>${project.version}</version>
-    </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>oak-jackrabbit-api</artifactId>

Reply via email to