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 15ff49eca9 Revert "OAK-11696: remove (shaded) Guava common.io package
(#2272)"
15ff49eca9 is described below
commit 15ff49eca957e036c3fd6ca844f59bd31c1d8d3f
Author: Julian Reschke <[email protected]>
AuthorDate: Wed May 7 05:21:49 2025 +0100
Revert "OAK-11696: remove (shaded) Guava common.io package (#2272)"
This reverts commit 5279bb807e5c9ed50c819d17cc43065e523fcc70.
---
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 b7b8d16d5b..dfce34c141 100644
--- a/oak-shaded-guava/pom.xml
+++ b/oak-shaded-guava/pom.xml
@@ -63,7 +63,6 @@
<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>
@@ -102,6 +101,7 @@
${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",