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 5279bb807e OAK-11696: remove (shaded) Guava common.io package (#2272) 5279bb807e is described below commit 5279bb807e5c9ed50c819d17cc43065e523fcc70 Author: Julian Reschke <resc...@apache.org> AuthorDate: Tue May 6 13:32:54 2025 +0200 OAK-11696: remove (shaded) Guava common.io package (#2272) --- 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 dfce34c141..b7b8d16d5b 100644 --- a/oak-shaded-guava/pom.xml +++ b/oak-shaded-guava/pom.xml @@ -63,6 +63,7 @@ <exclude>com/google/common/annotations/**</exclude> <exclude>com/google/common/eventbus/**</exclude> <exclude>com/google/common/html/**</exclude> + <exclude>com/google/common/io/**</exclude> <exclude>com/google/common/net/**</exclude> <exclude>com/google/common/reflect/**</exclude> <exclude>com/google/common/xml/**</exclude> @@ -101,7 +102,6 @@ ${pref}.common.escape;version="33.4.1";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.io;version="33.4.1";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.graph,${pref}.common.hash", ${pref}.common.math;version="33.4.1", ${pref}.common.primitives;version="33.4.1";uses:="${pref}.common.base", ${pref}.common.util.concurrent;version="33.4.1";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent.internal",