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 e2a66671605d324374309cf512e2ad24cbb977d8
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Aug 22 08:48:40 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 6f1618b964..6af7bb9550 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",uses:="${pref}.common.primitives",
             </Export-Package>
             <Import-Package>
               javax.crypto;resolution:=optional,

Reply via email to