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/03/03 11:28:39 UTC

[25/50] incubator-kylin git commit: Fix CI

Fix CI

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

Branch: refs/heads/master
Commit: 11ee3b36d27cdb233ea0138ab4c90598ad0b4bc5
Parents: 27eb3fc
Author: Shao Feng, Shi <sh...@ebay.com>
Authored: Mon Feb 16 16:37:32 2015 +0800
Committer: Shao Feng, Shi <sh...@ebay.com>
Committed: Mon Feb 16 16:37:32 2015 +0800

----------------------------------------------------------------------
 server/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/11ee3b36/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index 72ce020..6866879 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -70,6 +70,13 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>org.apache.kylin</groupId>
+            <artifactId>kylin-job</artifactId>
+            <version>${project.parent.version}</version>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
         <!-- depends on kylin-jdbc just for running jdbc test cases in server module -->
         <dependency>
             <groupId>org.apache.kylin</groupId>