You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/10/27 06:14:27 UTC

[inlong] branch master updated: [INLONG-6303][Dependency] Unify the guava version for the Tube manager (#6304)

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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 3272efb2c [INLONG-6303][Dependency] Unify the guava version for the Tube manager (#6304)
3272efb2c is described below

commit 3272efb2cbcc64376f6e3df88a9da18ab1cccb55
Author: Charles Zhang <do...@apache.org>
AuthorDate: Thu Oct 27 14:14:21 2022 +0800

    [INLONG-6303][Dependency] Unify the guava version for the Tube manager (#6304)
---
 inlong-tubemq/tubemq-manager/pom.xml   | 1 -
 licenses/inlong-tubemq-manager/LICENSE | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/inlong-tubemq/tubemq-manager/pom.xml b/inlong-tubemq/tubemq-manager/pom.xml
index 90332b7f3..cdc794869 100644
--- a/inlong-tubemq/tubemq-manager/pom.xml
+++ b/inlong-tubemq/tubemq-manager/pom.xml
@@ -30,7 +30,6 @@
     <name>Apache InLong - TubeMQ Manager</name>
 
     <properties>
-        <guava.version>30.0-jre</guava.version>
         <docker.image.prefix>springboot-docker</docker.image.prefix>
     </properties>
 
diff --git a/licenses/inlong-tubemq-manager/LICENSE b/licenses/inlong-tubemq-manager/LICENSE
index 211323171..3d804af52 100644
--- a/licenses/inlong-tubemq-manager/LICENSE
+++ b/licenses/inlong-tubemq-manager/LICENSE
@@ -371,7 +371,7 @@ The text of each license is the standard Apache 2.0 license.
   commons-logging:commons-logging:1.2 - Apache Commons Logging (https://commons.apache.org/proper/commons-logging), (The Apache Software License, Version 2.0)
   org.atteo:evo-inflector:1.3 - Evo Inflector (https://github.com/atteo/evo-inflector), (Apache License, Version 2.0)
   com.google.code.gson:gson:2.8.6 - Gson (https://github.com/google/gson/gson), (Apache 2.0)
-  com.google.guava:guava:21.0 - Guava: Google Core Libraries for Java (http://code.google.com/p/guava-libraries/guava), (The Apache Software License, Version 2.0)
+  com.google.guava:guava:31.0.1-jre - Guava: Google Core Libraries for Java (http://code.google.com/p/guava-libraries/guava), (The Apache Software License, Version 2.0)
   com.zaxxer:HikariCP:4.0.3 - HikariCP (https://github.com/brettwooldridge/HikariCP/tree/HikariCP-4.0.3), (The Apache Software License, Version 2.0)
   org.apache.httpcomponents:httpclient:4.5.13 - Apache HttpClient (https://hc.apache.org/httpcomponents-client-4.5.x), (Apache License, Version 2.0)
   org.apache.httpcomponents:httpcore:4.4.14 - Apache HttpCore (https://hc.apache.org/httpcomponents-core-4.4.x), (Apache License, Version 2.0)