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

xxyu pushed a commit to branch Kylin-4.0.0-rc
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/Kylin-4.0.0-rc by this push:
     new 6775775  resolve shaded-guava
6775775 is described below

commit 6775775acfa1b4319373d73890d7586cfdd0e975
Author: XiaoxiangYu <x...@apache.org>
AuthorDate: Mon Aug 23 19:26:53 2021 +0800

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

diff --git a/pom.xml b/pom.xml
index 1b794fd..3e7b96e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,7 +257,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>
@@ -1527,7 +1527,7 @@
   </build>
 
   <modules>
-    <module>external</module>
+<!--    <module>external</module>-->
     <module>core-common</module>
     <module>core-metadata</module>
 <!--    <module>core-dictionary</module>-->

Reply via email to