This is an automated email from the ASF dual-hosted git repository. nic pushed a commit to branch v4.0.1-release in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/v4.0.1-release by this push: new 49fa74f fix shade guava for release 49fa74f is described below commit 49fa74fe2dd56f2a585956f7d0e26ea308a41d53 Author: nichunen <n...@apache.org> AuthorDate: Tue Nov 2 08:32:18 2021 +0000 fix shade guava for release --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1b794fd..9124cf6 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>-->