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
The following commit(s) were added to refs/heads/OAK-11300 by this push:
new 555abf5d4c OAK-11300: shaded-guava: remove packages that are not used
(anymore) (ongoing) - note that primitives are used by concurrent
555abf5d4c is described below
commit 555abf5d4c71b70bf69c697e6b6a585e28e5a855
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Aug 22 10:31:20 2025 +0100
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 6af7bb9550..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",uses:="${pref}.common.primitives",
+
${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,