This is an automated email from the ASF dual-hosted git repository.
daim pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.22 by this push:
new 51f8dd47da OAK-12008 : removed guava embedded dependencies (#2675)
51f8dd47da is described below
commit 51f8dd47daf7a89151860a3c36f7099328f91462
Author: Rishabh Kumar <[email protected]>
AuthorDate: Mon Jan 5 15:15:16 2026 +0530
OAK-12008 : removed guava embedded dependencies (#2675)
---
oak-blob-cloud/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/oak-blob-cloud/pom.xml b/oak-blob-cloud/pom.xml
index 9cc054b2cc..c04a4d7339 100644
--- a/oak-blob-cloud/pom.xml
+++ b/oak-blob-cloud/pom.xml
@@ -50,7 +50,6 @@
<!-- Jackrabbit/Oak -->
org.apache.jackrabbit.core.data,
- org.apache.jackrabbit.guava.common.cache,
org.apache.jackrabbit.oak.commons.*,
org.apache.jackrabbit.oak.plugins.blob.*,
org.apache.jackrabbit.oak.spi.blob,