This is an automated email from the ASF dual-hosted git repository. shaofengshi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/master by this push: new b4dace4 KYLIN-3773 modify dependency datasource-sdk b4dace4 is described below commit b4dace4db8304a53082265e614384132316801bb Author: edouardzyc <edouard...@hotmail.com> AuthorDate: Thu Jan 17 17:12:47 2019 +0800 KYLIN-3773 modify dependency datasource-sdk --- server-base/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server-base/pom.xml b/server-base/pom.xml index 4cd3f76..aaf686b 100644 --- a/server-base/pom.xml +++ b/server-base/pom.xml @@ -83,6 +83,12 @@ <dependency> <groupId>org.apache.kylin</groupId> <artifactId>kylin-datasource-sdk</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.kylin</groupId> + <artifactId>kylin-datasource-sdk</artifactId> + <classifier>framework</classifier> </dependency> <dependency> <groupId>net.sf.ehcache</groupId>