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 eb98e1a11f OAK-11300: update package dependencies wrt primitives (#2468) eb98e1a11f is described below commit eb98e1a11f47bed1f3fb0b577fe43acfe3217023 Author: Julian Reschke <resc...@apache.org> AuthorDate: Sat Aug 23 10:49:15 2025 +0200 OAK-11300: update package dependencies wrt primitives (#2468) * OAK-11300: shaded-guava: remove packages that are not used (anymore) (ongoing) - primitives * Revert "OAK-11300: shaded-guava: remove packages that are not used (anymore) (ongoing) - primitives" This reverts commit c94f4ca08ac14aa30757d42273c22a3b19751ac0. * OAK-11300: shaded-guava: remove packages that are not used (anymore) (ongoing) - note that primitives are used by concurrent * OAK-11300: shaded-guava: remove packages that are not used (anymore) (ongoing) - note that primitives are used by concurrent --- 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..94f0ca35cc 100644 --- a/oak-shaded-guava/pom.xml +++ b/oak-shaded-guava/pom.xml @@ -104,7 +104,7 @@ ${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", + ${pref}.common.util.concurrent;version="33.4.1";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent.internal,${pref}.common.primitives", </Export-Package> <Import-Package> javax.crypto;resolution:=optional,