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/02/07 02:23:06 UTC

[kylin] branch kylin-on-parquet-v2 updated: Reset version for shaded-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 cef085e  Reset version for shaded-guava
cef085e is described below

commit cef085efbf1f5d5a8a6d5604d9f497cdb95ad04b
Author: XiaoxiangYu <xx...@apache.org>
AuthorDate: Sun Feb 7 10:21:43 2021 +0800

    Reset version for shaded-guava
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5d38873..19da771 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,7 +255,7 @@
       <dependency>
         <groupId>org.apache.kylin</groupId>
         <artifactId>kylin-shaded-guava</artifactId>
-        <version>3.1.0</version>
+        <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.kylin</groupId>
@@ -1487,7 +1487,7 @@
   </build>
 
   <modules>
-<!--    <module>external</module>-->
+    <module>external</module>
     <module>core-common</module>
     <module>core-metadata</module>
     <module>core-dictionary</module>