This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11300 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 233587fc3e13617b839ede41427a4c846ccaf160 Author: Julian Reschke <[email protected]> AuthorDate: Tue Aug 19 06:39:40 2025 +0100 OAK-11300: shaded-guava: remove packages that are not used (anymore) (ongoing) - graph --- oak-shaded-guava/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oak-shaded-guava/pom.xml b/oak-shaded-guava/pom.xml index 6f1618b964..4759ea503f 100644 --- a/oak-shaded-guava/pom.xml +++ b/oak-shaded-guava/pom.xml @@ -64,6 +64,7 @@ <exclude>com/google/common/escape/**</exclude> <exclude>com/google/common/eventbus/**</exclude> <exclude>com/google/common/html/**</exclude> + <exclude>com/google/common/graph/**</exclude> <exclude>com/google/common/io/**</exclude> <exclude>com/google/common/net/**</exclude> <exclude>com/google/common/reflect/**</exclude> @@ -100,7 +101,6 @@ ${pref}.common.base;version="33.5.0", ${pref}.common.cache;version="33.4.1";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent", ${pref}.common.collect;version="34.0.0";uses:="${pref}.common.base", - ${pref}.common.graph;version="33.4.1";uses:="${pref}.common.collect", ${pref}.common.hash;version="33.5.0";uses:="${pref}.common.base", ${pref}.common.math;version="33.4.1", ${pref}.common.primitives;version="33.4.1";uses:="${pref}.common.base",
