Repository: kylin
Updated Branches:
  refs/heads/calcite-11 beff97dbc -> 1eeef89ca


add jdbc dep back to kylin-it


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

Branch: refs/heads/calcite-11
Commit: d450733a773f92522a02b39248d3e114c4a8de2c
Parents: beff97d
Author: Billy Liu <billy...@apache.org>
Authored: Sun Jan 15 13:58:30 2017 +0800
Committer: Billy Liu <billy...@apache.org>
Committed: Sun Jan 15 13:58:30 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/d450733a/kylin-it/pom.xml
----------------------------------------------------------------------
diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml
index c5242b4..a3020ae 100644
--- a/kylin-it/pom.xml
+++ b/kylin-it/pom.xml
@@ -57,6 +57,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.kylin</groupId>
+            <artifactId>kylin-jdbc</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-tool</artifactId>
         </dependency>
         <dependency>
@@ -108,6 +112,7 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+
         <dependency>
             <groupId>org.apache.hive.hcatalog</groupId>
             <artifactId>hive-hcatalog-core</artifactId>
@@ -239,12 +244,6 @@
     <profiles>
         <profile>
             <id>sandbox-query</id>
-            <dependencies>
-                <dependency>
-                    <groupId>org.apache.kylin</groupId>
-                    <artifactId>kylin-jdbc</artifactId>
-                </dependency>
-            </dependencies>
             <build>
                 <plugins>
                     <plugin>

Reply via email to