You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by ta...@apache.org on 2019/08/03 01:33:58 UTC

[incubator-nemo] branch master updated: [Nemo-402] Fix guava version conflict (#228)

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

taegeonum pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git


The following commit(s) were added to refs/heads/master by this push:
     new ff5f332  [Nemo-402] Fix guava version conflict (#228)
ff5f332 is described below

commit ff5f332297f03cdefd312358ebaf2bddf3563354
Author: Gao Zhiyuan <al...@gmail.com>
AuthorDate: Sat Aug 3 10:33:52 2019 +0900

    [Nemo-402] Fix guava version conflict (#228)
    
    JIRA: [NEMO-402: Broken guava version conflicts cause ERROR: Trying to remove a RunningJob that is unknown ](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-###)
    
    **Major changes:**
    - guava version 19.0 -> 20.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d7b43c..e0187c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@ under the License.
     <hadoop.version>2.7.2</hadoop.version>
     <log4j.configuration>file://log4j.properties</log4j.configuration>
     <netty.version>4.1.16.Final</netty.version>
-    <guava.version>19.0</guava.version>
+    <guava.version>20.0</guava.version>
     <grpc.version>1.7.0</grpc.version>
     <jackson.version>2.8.8</jackson.version>
     <netlib.version>1.1.2</netlib.version>