You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by co...@apache.org on 2016/08/29 13:26:11 UTC

incubator-ranger git commit: Just get mortbay from Hadoop rather than specify it explicitly

Repository: incubator-ranger
Updated Branches:
  refs/heads/master 480776a9e -> 448dd49a6


Just get mortbay from Hadoop rather than specify it explicitly


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

Branch: refs/heads/master
Commit: 448dd49a62004ad0a3aeb64c5fabef9c1ec4fe1a
Parents: 480776a
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Aug 29 14:25:52 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Aug 29 14:25:52 2016 +0100

----------------------------------------------------------------------
 kms/pom.xml | 11 -----------
 pom.xml     |  1 -
 2 files changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/448dd49a/kms/pom.xml
----------------------------------------------------------------------
diff --git a/kms/pom.xml b/kms/pom.xml
index f37f118..e73dd01 100644
--- a/kms/pom.xml
+++ b/kms/pom.xml
@@ -152,12 +152,6 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty</artifactId>
-            <version>${mortbay.jetty.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
             <version>${log4j.version}</version>
@@ -182,11 +176,6 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty-util</artifactId>
-            <version>${mortbay.jetty.version}</version>
-        </dependency>
-        <dependency>
             <groupId>com.codahale.metrics</groupId>
             <artifactId>metrics-core</artifactId>
             <version>${metrics.core.version}</version>

http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/448dd49a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2ca6668..c5c7e67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,6 @@
         <log4j.version>1.2.17</log4j.version>
         <metrics.core.version>3.0.2</metrics.core.version>
         <mockito.version>1.8.4</mockito.version>
-        <mortbay.jetty.version>6.1.26</mortbay.jetty.version>
         <mysql-connector-java.version>5.1.31</mysql-connector-java.version>
         <netty.version>3.6.2.Final</netty.version>
         <noggit.version>0.6</noggit.version>