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 be09d2fcab OAK-11300: shaded-guava: remove packages that are not used
(anymore) … (#2474)
be09d2fcab is described below
commit be09d2fcaba23aa43a6c4245c9ac16505aa0c3d2
Author: Julian Reschke <[email protected]>
AuthorDate: Tue Aug 26 17:43:38 2025 +0200
OAK-11300: shaded-guava: remove packages that are not used (anymore) …
(#2474)
---
oak-shaded-guava/pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/oak-shaded-guava/pom.xml b/oak-shaded-guava/pom.xml
index 94f0ca35cc..8cf9ca7bf9 100644
--- a/oak-shaded-guava/pom.xml
+++ b/oak-shaded-guava/pom.xml
@@ -102,8 +102,6 @@
${pref}.common.collect;version="34.0.0";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",
-
${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.primitives",
</Export-Package>
<Import-Package>