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
commit adffcff244511862af7d0b6f651032e5ae5c0ec9 Author: nichunen <n...@apache.org> AuthorDate: Fri Nov 19 14:14:46 2021 +0000 Modify shaded-guava for release kylin4.0.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8b5ae85..2e13541 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>-->