Repository: kylin
Updated Branches:
  refs/heads/master dd1fea3f5 -> 4ffe818e2


KYLIN-1818 add kafka dependency in kylin-it

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

Branch: refs/heads/master
Commit: 4ffe818e2a0e0b933a7691dea4fbc416c2a5e368
Parents: dd1fea3
Author: shaofengshi <shaofeng...@apache.org>
Authored: Fri Jun 24 13:26:36 2016 +0800
Committer: shaofengshi <shaofeng...@apache.org>
Committed: Fri Jun 24 13:26:54 2016 +0800

----------------------------------------------------------------------
 kylin-it/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/4ffe818e/kylin-it/pom.xml
----------------------------------------------------------------------
diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml
index 12a11ba..eeb74fe 100644
--- a/kylin-it/pom.xml
+++ b/kylin-it/pom.xml
@@ -259,6 +259,12 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>org.apache.kafka</groupId>
+            <artifactId>kafka_2.10</artifactId>
+            <version>${kafka.version}</version>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 
 

Reply via email to