Repository: ranger
Updated Branches:
  refs/heads/master c4020f89b -> 58f513215


RANGER-1922 - Simplify HBase 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/59b457a4
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/59b457a4
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/59b457a4

Branch: refs/heads/master
Commit: 59b457a451fd0d1b78b658405ad936b5f6f3135a
Parents: c4020f8
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Fri Dec 8 12:36:06 2017 +0000
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Tue Dec 12 09:52:50 2017 +0000

----------------------------------------------------------------------
 hbase-agent/pom.xml              | 25 ++-----------------------
 ranger-hbase-plugin-shim/pom.xml |  5 -----
 2 files changed, 2 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/59b457a4/hbase-agent/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-agent/pom.xml b/hbase-agent/pom.xml
index 19cc905..f0ce2fb 100644
--- a/hbase-agent/pom.xml
+++ b/hbase-agent/pom.xml
@@ -23,6 +23,7 @@
     <packaging>jar</packaging>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <hadoop.hbase.version>2.5.1</hadoop.hbase.version>
     </properties>
     <parent>
         <groupId>org.apache.ranger</groupId>
@@ -37,11 +38,6 @@
             <version>${hbase.version}</version>
         </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>
@@ -64,11 +60,6 @@
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
         </dependency>
-        <dependency>
-           <groupId>org.apache.solr</groupId>
-           <artifactId>solr-solrj</artifactId>
-        <version>${solr.version}</version>
-       </dependency>
        <dependency>
                <groupId>org.apache.httpcomponents</groupId>
                <artifactId>httpcore</artifactId>
@@ -98,21 +89,9 @@
         <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-minicluster</artifactId>
-            <version>${hadoop.version}</version>
+            <version>${hadoop.hbase.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-common</artifactId>
-            <version>${hadoop.version}</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-auth</artifactId>
-            <version>${hadoop.version}</version>
-            <scope>compile</scope>
-        </dependency>
 
     </dependencies>
     <build>

http://git-wip-us.apache.org/repos/asf/ranger/blob/59b457a4/ranger-hbase-plugin-shim/pom.xml
----------------------------------------------------------------------
diff --git a/ranger-hbase-plugin-shim/pom.xml b/ranger-hbase-plugin-shim/pom.xml
index e0e27a7..de3e2d5 100644
--- a/ranger-hbase-plugin-shim/pom.xml
+++ b/ranger-hbase-plugin-shim/pom.xml
@@ -37,11 +37,6 @@
             <version>${hbase.version}</version>
         </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>

Reply via email to