This is an automated email from the ASF dual-hosted git repository. xxyu pushed a commit to branch kylin5 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 857a79edef27fadf9b5debdbda709e55c90480c2 Author: qianhao.zhou <z.qian...@gmail.com> AuthorDate: Wed Dec 28 12:13:21 2022 +0800 KYLIN-5449 fix startup issue Co-authored-by: qhzhou <qianhao.z...@kyligence.io> --- src/server/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/server/pom.xml b/src/server/pom.xml index dec842832d..01344da732 100644 --- a/src/server/pom.xml +++ b/src/server/pom.xml @@ -57,6 +57,10 @@ <groupId>org.apache.kylin</groupId> <artifactId>kylin-common-server</artifactId> </dependency> + <dependency> + <groupId>org.apache.kylin</groupId> + <artifactId>kylin-tool</artifactId> + </dependency> <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kap-second-storage-clickhouse</artifactId>