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 1929c457f3e1a0187b40211e6fa15a3428e0f2bb Author: Julian Reschke <[email protected]> AuthorDate: Fri Aug 22 08:42:53 2025 +0100 Revert "OAK-11300: shaded-guava: remove packages that are not used (anymore) (ongoing) - primitives" This reverts commit c94f4ca08ac14aa30757d42273c22a3b19751ac0. --- 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 abab6b9c13..6f1618b964 100644 --- a/oak-shaded-guava/pom.xml +++ b/oak-shaded-guava/pom.xml @@ -66,7 +66,6 @@ <exclude>com/google/common/html/**</exclude> <exclude>com/google/common/io/**</exclude> <exclude>com/google/common/net/**</exclude> - <exclude>com/google/common/primitives/**</exclude> <exclude>com/google/common/reflect/**</exclude> <exclude>com/google/common/xml/**</exclude> </excludes> @@ -104,6 +103,7 @@ ${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", ${pref}.common.util.concurrent;version="33.4.1";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent.internal", </Export-Package> <Import-Package>
