This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin3 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 6f8bf467d11183b9250d65c060ffe68bc9e16f6f Author: nichunen <n...@apache.org> AuthorDate: Wed Dec 29 08:49:00 2021 +0000 Modify shaded-guava version for release kylin-3.1.3 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index dd4375d..068d6de 100644 --- a/pom.xml +++ b/pom.xml @@ -248,7 +248,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> @@ -1362,7 +1362,7 @@ </build> <modules> - <module>external</module> + <!-- <module>external</module> --> <module>core-common</module> <module>core-metadata</module> <module>core-dictionary</module>