You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2021/11/17 10:02:22 UTC

[kylin] branch kylin3-hadoop3 updated: Reslove guava version for release

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

shaofengshi pushed a commit to branch kylin3-hadoop3
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/kylin3-hadoop3 by this push:
     new 5d788ee  Reslove guava version for release
5d788ee is described below

commit 5d788ee1fc9ba5dc816393c31d1471d5fc4f0175
Author: nichunen <ni...@apache.org>
AuthorDate: Fri Nov 5 08:49:07 2021 +0000

    Reslove guava version for release
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e996e37..ce9aeb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,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>
@@ -1442,7 +1442,6 @@
     </build>
 
     <modules>
-        <module>external</module>
         <module>core-common</module>
         <module>core-metadata</module>
         <module>core-dictionary</module>