Repository: incubator-ranger
Updated Branches:
  refs/heads/master e4229e8af -> e71e76a51


RANGER-1020 - Remove (old) Calcite dependency

Signed-off-by: rmani <[email protected]>


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

Branch: refs/heads/master
Commit: e71e76a511329d1ec0ae155ba793c6c64bed841e
Parents: e4229e8
Author: Colm O hEigeartaigh <[email protected]>
Authored: Thu Jun 9 10:13:11 2016 +0100
Committer: rmani <[email protected]>
Committed: Fri Jul 1 14:24:05 2016 -0700

----------------------------------------------------------------------
 hdfs-agent/pom.xml | 10 ----------
 hive-agent/pom.xml | 10 ----------
 pom.xml            |  1 -
 3 files changed, 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/e71e76a5/hdfs-agent/pom.xml
----------------------------------------------------------------------
diff --git a/hdfs-agent/pom.xml b/hdfs-agent/pom.xml
index 81c4170..bcf5985 100644
--- a/hdfs-agent/pom.xml
+++ b/hdfs-agent/pom.xml
@@ -46,16 +46,6 @@
             <version>${javax.servlet.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.calcite</groupId>
-            <artifactId>calcite-core</artifactId>
-            <version>${calcite.version}</version>
-        </dependency>
-           <dependency>
-               <groupId>org.apache.calcite.avatica</groupId>
-               <artifactId>avatica</artifactId>
-               <version>${avatica.version}</version>
-           </dependency>
-        <dependency>
             <groupId>org.apache.tez</groupId>
             <artifactId>tez-api</artifactId>
             <version>${tez.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/e71e76a5/hive-agent/pom.xml
----------------------------------------------------------------------
diff --git a/hive-agent/pom.xml b/hive-agent/pom.xml
index 2c03dce..316553f 100644
--- a/hive-agent/pom.xml
+++ b/hive-agent/pom.xml
@@ -32,16 +32,6 @@
     </parent>
     <dependencies>
         <dependency>
-            <groupId>org.apache.calcite</groupId>
-            <artifactId>calcite-core</artifactId>
-            <version>${calcite.version}</version>
-        </dependency>
-           <dependency>
-               <groupId>org.apache.calcite.avatica</groupId>
-               <artifactId>avatica</artifactId>
-               <version>${avatica.version}</version>
-           </dependency>
-        <dependency>
             <groupId>org.apache.tez</groupId>
             <artifactId>tez-api</artifactId>
             <version>${tez.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/e71e76a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3b22ccd..6b026bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,6 @@
         <atlas.commons.logging.version>1.1.3</atlas.commons.logging.version>
         <avatica.version>1.7.1</avatica.version>
         <c3p0.version>0.9.1.2</c3p0.version>
-        <calcite.version>0.9.2-incubating</calcite.version>
         <cglib.version>2.2.0-b23</cglib.version>
         <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
         
<commons.beanutils.collections.version>1.8.3</commons.beanutils.collections.version>

Reply via email to