You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2021/01/28 11:14:37 UTC

[kylin] branch kylin-on-parquet-v2 updated: Update version of shade-guava

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

xxyu pushed a commit to branch kylin-on-parquet-v2
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/kylin-on-parquet-v2 by this push:
     new dc2fc39  Update version of shade-guava
dc2fc39 is described below

commit dc2fc397ad4eb7318a6c021bfe39c21f89fdaa44
Author: XiaoxiangYu <xx...@apache.org>
AuthorDate: Thu Jan 28 19:12:13 2021 +0800

    Update version of shade-guava
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 19da771..92ecebb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,7 +255,7 @@
       <dependency>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin-shaded-guava</artifactId>
-        <version>${project.version}</version>
+        <version>3.1.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.kylin</groupId>