This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-11696
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit ae3cd890b0d446f8bd7b7eb6f2b0450d4342ca3c
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Tue May 6 10:48:59 2025 +0100

    remove (shaded) Guava common.io package
---
 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