You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2019/01/22 02:21:07 UTC

[kylin] branch master updated: KYLIN-3773 modify dependency datasource-sdk

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 <ed...@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>