RANGER-1923 - Simplify Hive dependencies

Signed-off-by: Colm O hEigeartaigh <cohei...@apache.org>


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

Branch: refs/heads/master
Commit: 30b8ddfbdc946c4a3e07da0121c29e0da1db2587
Parents: 59b457a
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Mon Dec 11 11:31:25 2017 +0000
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Tue Dec 12 09:53:05 2017 +0000

----------------------------------------------------------------------
 hive-agent/pom.xml              |  5 -----
 ranger-hive-plugin-shim/pom.xml | 10 ----------
 2 files changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/30b8ddfb/hive-agent/pom.xml
----------------------------------------------------------------------
diff --git a/hive-agent/pom.xml b/hive-agent/pom.xml
index 7d54a4d..c195443 100644
--- a/hive-agent/pom.xml
+++ b/hive-agent/pom.xml
@@ -72,11 +72,6 @@
             <classifier>standalone</classifier>
         </dependency>
         <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-hdfs</artifactId>
-            <version>${hadoop.version}</version>
-        </dependency>
-        <dependency>
             <groupId>org.apache.ranger</groupId>
             <artifactId>ranger-plugins-common</artifactId>
             <version>${project.version}</version>

http://git-wip-us.apache.org/repos/asf/ranger/blob/30b8ddfb/ranger-hive-plugin-shim/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-hive-plugin-shim/pom.xml b/ranger-hive-plugin-shim/pom.xml
index 87330ce..c75707f 100644
--- a/ranger-hive-plugin-shim/pom.xml
+++ b/ranger-hive-plugin-shim/pom.xml
@@ -37,16 +37,6 @@
             <version>${commons.logging.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-common</artifactId>
-            <version>${hadoop.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-hdfs</artifactId>
-            <version>${hadoop.version}</version>
-        </dependency>
-        <dependency>
             <groupId>org.apache.hive</groupId>
             <artifactId>hive-common</artifactId>
             <version>${hive.version}</version>

Reply via email to