Repository: ranger
Updated Branches:
  refs/heads/master d7557cd01 -> 87428c93c


RANGER-1898 - Simplify Knox plugin dependency management

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/87428c93
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/87428c93
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/87428c93

Branch: refs/heads/master
Commit: 87428c93c69abf834b9d0814210a9493e5390c1f
Parents: d7557cd
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Tue Nov 28 10:47:11 2017 +0000
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Thu Dec 7 10:15:48 2017 +0000

----------------------------------------------------------------------
 knox-agent/pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/87428c93/knox-agent/pom.xml
----------------------------------------------------------------------
diff --git a/knox-agent/pom.xml b/knox-agent/pom.xml
index 52f15cd..e3695ec 100644
--- a/knox-agent/pom.xml
+++ b/knox-agent/pom.xml
@@ -81,11 +81,6 @@
  -->
         </dependency>
         <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <version>${commons.lang.version}</version>
-        </dependency>
-        <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
             <version>${commons.collections.version}</version>
@@ -95,16 +90,6 @@
             <artifactId>hadoop-hdfs</artifactId>
             <version>${hadoop.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.htrace</groupId>
-            <artifactId>htrace-core</artifactId>
-            <version>${htrace-core.version}</version>
-        </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>

Reply via email to