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 d2bbde045e Reapply "OAK-11748: Remove usage of Guava Escapers - undo
removal in oak-shaded-guava for now"
d2bbde045e is described below
commit d2bbde045e6f55e83b269f8c647dff0984b10ec2
Author: Julian Reschke <[email protected]>
AuthorDate: Thu Jul 3 08:53:30 2025 +0100
Reapply "OAK-11748: Remove usage of Guava Escapers - undo removal in
oak-shaded-guava for now"
This reverts commit 1af74e21521032e5c8c79654b33401a405bf2571.
---
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 b3db1a81b1..02967d59f4 100644
--- a/oak-shaded-guava/pom.xml
+++ b/oak-shaded-guava/pom.xml
@@ -61,7 +61,6 @@
<artifact>*:*</artifact>
<excludes>
<exclude>com/google/common/annotations/**</exclude>
- <exclude>com/google/common/escape/**</exclude>
<exclude>com/google/common/eventbus/**</exclude>
<exclude>com/google/common/html/**</exclude>
<exclude>com/google/common/io/**</exclude>
@@ -100,6 +99,7 @@
${pref}.common.base;version="33.5.0",
${pref}.common.cache;version="33.4.1";uses:="${pref}.common.base,${pref}.common.collect,${pref}.common.util.concurrent",
${pref}.common.collect;version="34.0.0";uses:="${pref}.common.base",
+
${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.math;version="33.4.1",