You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by bi...@apache.org on 2017/02/10 08:36:29 UTC

kylin git commit: KYLIN-2428 try fix Spark IT

Repository: kylin
Updated Branches:
  refs/heads/KYLIN-2428 e40832dc5 -> 51db9d2a8


KYLIN-2428 try fix Spark IT


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

Branch: refs/heads/KYLIN-2428
Commit: 51db9d2a8e10ee947f6599a71f20035fec94771b
Parents: e40832d
Author: Billy Liu <bi...@apache.org>
Authored: Fri Feb 10 16:36:14 2017 +0800
Committer: Billy Liu <bi...@apache.org>
Committed: Fri Feb 10 16:36:14 2017 +0800

----------------------------------------------------------------------
 kylin-it/pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/51db9d2a/kylin-it/pom.xml
----------------------------------------------------------------------
diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml
index 91104ba..3116696 100644
--- a/kylin-it/pom.xml
+++ b/kylin-it/pom.xml
@@ -246,21 +246,23 @@
             <artifactId>spark-core_2.10</artifactId>
             <scope>provided</scope>
         </dependency>
-
         <dependency>
             <groupId>org.apache.spark</groupId>
             <artifactId>spark-sql_2.10</artifactId>
             <scope>provided</scope>
         </dependency>
-
         <dependency>
             <groupId>org.apache.spark</groupId>
             <artifactId>spark-hive_2.10</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 
-
     <profiles>
         <profile>
             <id>sandbox</id>