This is an automated email from the ASF dual-hosted git repository. yaqian pushed a commit to branch kylin3-hadoop3 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 312f374e9265c9314eaa1b5c4fd7ec9a61f7cbb6 Author: nichunen <n...@apache.org> AuthorDate: Thu Nov 18 16:31:08 2021 +0800 Modify shaded-guava for release kylin3.1.3 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f250f5c..724bab8 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,7 @@ </build> <modules> - <module>external</module> + <!-- <module>external</module> --> <module>core-common</module> <module>core-metadata</module> <module>core-dictionary</module>