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/01/18 08:41:32 UTC

kylin git commit: remove avatica-core explictly

Repository: kylin
Updated Branches:
  refs/heads/KYLIN-2394 fe599e788 -> 8c5095e79


remove avatica-core explictly


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

Branch: refs/heads/KYLIN-2394
Commit: 8c5095e798ddd31fb79dbe04d08b076fbb1b26d2
Parents: fe599e7
Author: Billy Liu <bi...@apache.org>
Authored: Wed Jan 18 16:41:19 2017 +0800
Committer: Billy Liu <bi...@apache.org>
Committed: Wed Jan 18 16:41:19 2017 +0800

----------------------------------------------------------------------
 atopcalcite/pom.xml | 6 ++++++
 kylin-it/pom.xml    | 6 ++++++
 query/pom.xml       | 6 ++++++
 3 files changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/8c5095e7/atopcalcite/pom.xml
----------------------------------------------------------------------
diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml
index 5bcdac3..1b327fe 100644
--- a/atopcalcite/pom.xml
+++ b/atopcalcite/pom.xml
@@ -36,6 +36,12 @@
         <dependency>
             <groupId>org.apache.calcite</groupId>
             <artifactId>calcite-core</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.calcite.avatica</groupId>
+                    <artifactId>avatica-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.calcite.avatica</groupId>

http://git-wip-us.apache.org/repos/asf/kylin/blob/8c5095e7/kylin-it/pom.xml
----------------------------------------------------------------------
diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml
index f92f318..80af108 100644
--- a/kylin-it/pom.xml
+++ b/kylin-it/pom.xml
@@ -43,6 +43,12 @@
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>atopcalcite</artifactId>
+            <exclusions>
+                <exclusion>
+                    <artifactId>avatica-core</artifactId>
+                    <groupId>org.apache.calcite.avatica</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.kylin</groupId>

http://git-wip-us.apache.org/repos/asf/kylin/blob/8c5095e7/query/pom.xml
----------------------------------------------------------------------
diff --git a/query/pom.xml b/query/pom.xml
index c565e3a..6ab74a7 100644
--- a/query/pom.xml
+++ b/query/pom.xml
@@ -36,6 +36,12 @@
         <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>atopcalcite</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.calcite.avatica</groupId>
+                    <artifactId>avatica-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.kylin</groupId>