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 6e7df1f749 Reapply "OAK-11696: remove (shaded) Guava common.io package 
(#2272)"
6e7df1f749 is described below

commit 6e7df1f749195f5c335f7498a92425669536fdfe
Author: Julian Reschke <julian.resc...@gmx.de>
AuthorDate: Wed May 7 12:39:30 2025 +0100

    Reapply "OAK-11696: remove (shaded) Guava common.io package (#2272)"
    
    This reverts commit 15ff49eca957e036c3fd6ca844f59bd31c1d8d3f.
---
 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 dfce34c141..b7b8d16d5b 100644
--- a/oak-shaded-guava/pom.xml
+++ b/oak-shaded-guava/pom.xml
@@ -63,6 +63,7 @@
                           <exclude>com/google/common/annotations/**</exclude>
                           <exclude>com/google/common/eventbus/**</exclude>
                           <exclude>com/google/common/html/**</exclude>
+                          <exclude>com/google/common/io/**</exclude>
                           <exclude>com/google/common/net/**</exclude>
                           <exclude>com/google/common/reflect/**</exclude>
                           <exclude>com/google/common/xml/**</exclude>
@@ -101,7 +102,6 @@
               
${pref}.common.escape;version="33.4.1";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.io;version="33.4.1";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.graph,${pref}.common.hash",
               ${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",

Reply via email to