You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2023/11/29 17:40:23 UTC

(phoenix-thirdparty) branch master updated: PHOENIX-7080 Switch phoenix-thirdparty to guava-jre from guava-android

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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new befb410  PHOENIX-7080 Switch phoenix-thirdparty to guava-jre from guava-android
befb410 is described below

commit befb410038f230fc67e90195ddbf0d290eaf07e4
Author: Jain, Nihal <ni...@gmail.com>
AuthorDate: Thu Oct 19 13:04:56 2023 +0530

    PHOENIX-7080 Switch phoenix-thirdparty to guava-jre from guava-android
    
    also update to the latest available 32.1.3-jre version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8d480d..cc643a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
 
   <properties>
     <rename.offset>org.apache.phoenix.thirdparty</rename.offset>
-    <guava.version>32.1.1-android</guava.version>
+    <guava.version>32.1.3-jre</guava.version>
     <commons-cli.version>1.5.0</commons-cli.version>
   </properties>