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/19 02:28:00 UTC

[11/12] incubator-kylin git commit: KYLIN-1010 Add back kafka dependency to pass CI for the moment

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/70b7e78b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/70b7e78b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/70b7e78b

Branch: refs/heads/2.x-staging
Commit: 70b7e78b5b4a644796425282a0926d7a769dfdd9
Parents: 7b01ea4
Author: Li, Yang <ya...@ebay.com>
Authored: Fri Sep 18 09:48:13 2015 +0800
Committer: Yang Li <li...@apache.org>
Committed: Sat Sep 19 08:10:33 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/70b7e78b/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>