This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.22 by this push:
new 5e9e092b2b OAK-10175: Reduce currently supported Guava range to 15 - 19
5e9e092b2b is described below
commit 5e9e092b2b66343f2c8c70e861e3d05a371cb8e2
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Apr 3 10:36:16 2023 +0100
OAK-10175: Reduce currently supported Guava range to 15 - 19
---
oak-parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 9c6fda56e3..8c3ac9139b 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -63,7 +63,7 @@
<h2.version>2.1.214</h2.version>
<tika.version>1.26</tika.version>
<guava.version>15.0</guava.version>
-
<guava.osgi.import>com.google.common.*;version="[15.0,21)"</guava.osgi.import>
+
<guava.osgi.import>com.google.common.*;version="[15.0,20)"</guava.osgi.import>
<derby.version>10.14.2.0</derby.version>
<jackson.version>2.13.5</jackson.version>
<groovy.version>2.5.20</groovy.version>
@@ -1019,9 +1019,9 @@
<profile>
<id>guava-latest</id>
<properties>
- <guava.version>20.0</guava.version>
+ <guava.version>19.0</guava.version>
</properties>
- </profile>
+ </profile>
<profile>
<id>rdb-derby</id>
<dependencies>