This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11224 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 0a195f443e95403b67be6b081dac66238f9063f5 Author: Julian Reschke <[email protected]> AuthorDate: Thu Jul 3 20:12:59 2025 +0100 OAK-11224: remove Guava dependency from oak-segment-azure --- 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>
