You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/09/18 03:48:29 UTC

incubator-kylin git commit: KYLIN-1010 Add back kafka dependency to pass CI for the moment

Repository: incubator-kylin
Updated Branches:
  refs/heads/KYLIN-1010 d7e157674 -> 2ad967c04


KYLIN-1010 Add back kafka dependency to pass CI for the moment


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

Branch: refs/heads/KYLIN-1010
Commit: 2ad967c04faad4812fcf1c0fc1e5945da3632dd0
Parents: d7e1576
Author: Li, Yang <ya...@ebay.com>
Authored: Fri Sep 18 09:48:13 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Fri Sep 18 09:48:13 2015 +0800

----------------------------------------------------------------------
 source-kafka/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/2ad967c0/source-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/source-kafka/pom.xml b/source-kafka/pom.xml
index 5b87364..9e18877 100644
--- a/source-kafka/pom.xml
+++ b/source-kafka/pom.xml
@@ -25,13 +25,13 @@
             <version>${project.parent.version}</version>
         </dependency>
 
-        <!-- Env & Test -->
         <dependency>
             <groupId>org.apache.kafka</groupId>
             <artifactId>kafka_2.10</artifactId>
             <version>${kafka.version}</version>
-            <scope>provided</scope>
         </dependency>
+
+        <!-- Env & Test -->
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-common</artifactId>