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 61caf398cd46705d859bcd9da52f2c1aa8c8cb76 Author: Julian Reschke <[email protected]> AuthorDate: Tue Aug 19 07:23:40 2025 +0100 OAK-11300: shaded-guava: remove packages that are not used (anymore) (ongoing) - math --- 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..6ca940c285 100644 --- a/oak-shaded-guava/pom.xml +++ b/oak-shaded-guava/pom.xml @@ -65,6 +65,7 @@ <exclude>com/google/common/eventbus/**</exclude> <exclude>com/google/common/html/**</exclude> <exclude>com/google/common/io/**</exclude> + <exclude>com/google/common/math/**</exclude> <exclude>com/google/common/net/**</exclude> <exclude>com/google/common/reflect/**</exclude> <exclude>com/google/common/xml/**</exclude> @@ -102,7 +103,6 @@ ${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", ${pref}.common.util.concurrent;version="33.4.1";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent.internal", </Export-Package>
