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 fbcc44b6a2 OAK-11224: remove Guava dependency from oak-segment-azure 
(#2368)
fbcc44b6a2 is described below

commit fbcc44b6a29fa3334ccc66e4ff1694f2ff4ad0b4
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Thu Jul 3 23:21:57 2025 +0200

    OAK-11224: remove Guava dependency from oak-segment-azure (#2368)
---
 oak-segment-azure/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/oak-segment-azure/pom.xml b/oak-segment-azure/pom.xml
index ad799fd52c..8701e4cbc5 100644
--- a/oak-segment-azure/pom.xml
+++ b/oak-segment-azure/pom.xml
@@ -119,12 +119,6 @@
     <!-- D E P E N D E N C I E S -->
     <!-- 
====================================================================== -->
     <dependencies>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>oak-shaded-guava</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
         <!-- Optional OSGi dependencies, used only when running within OSGi -->
         <dependency>
             <groupId>org.osgi</groupId>

Reply via email to