You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by zh...@apache.org on 2015/10/23 09:23:45 UTC

incubator-kylin git commit: add source-kafka dependency to server

Repository: incubator-kylin
Updated Branches:
  refs/heads/2.x-staging b266e5560 -> 31b78c58e


add source-kafka dependency to server


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/31b78c58
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/31b78c58
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/31b78c58

Branch: refs/heads/2.x-staging
Commit: 31b78c58e96794dc98af63d3c0d4b6ffbd99b1eb
Parents: b266e55
Author: jiazhong <ji...@ebay.com>
Authored: Fri Oct 23 15:23:31 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Fri Oct 23 15:23:31 2015 +0800

----------------------------------------------------------------------
 server/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/31b78c58/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index ea39b81..60c5117 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -56,7 +56,11 @@
             <artifactId>kylin-storage-hbase</artifactId>
             <version>${project.parent.version}</version>
         </dependency>
-
+        <dependency>
+            <groupId>org.apache.kylin</groupId>
+            <artifactId>kylin-source-kafka</artifactId>
+            <version>${project.parent.version}</version>
+        </dependency>
         <!-- Test & Env -->
         <dependency>
             <groupId>org.apache.kylin</groupId>