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 2017/04/20 09:07:55 UTC

ranger git commit: RANGER-1527 - Make curator dependencies consistent

Repository: ranger
Updated Branches:
  refs/heads/master 79a8d7c86 -> 3362acea8


RANGER-1527 - Make curator dependencies consistent

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


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

Branch: refs/heads/master
Commit: 3362acea8fa966eafa6a61147ed93142475bcb1e
Parents: 79a8d7c
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Wed Apr 19 11:29:10 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Apr 20 10:00:21 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/ranger/blob/3362acea/kms/pom.xml
----------------------------------------------------------------------
diff --git a/kms/pom.xml b/kms/pom.xml
index adc26d6..31c0cc8 100644
--- a/kms/pom.xml
+++ b/kms/pom.xml
@@ -182,12 +182,6 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.curator</groupId>
-            <artifactId>curator-test</artifactId>
-            <version>${curator.test.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>com.sun.jersey</groupId>
             <artifactId>jersey-bundle</artifactId>
             <version>${jersey-bundle.version}</version>
@@ -289,11 +283,6 @@
             <version>3.1</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.curator</groupId>
-            <artifactId>curator-recipes</artifactId>
-            <version>2.6.0</version>
-        </dependency>
-        <dependency>
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>
             <version>${gson.version}</version>

http://git-wip-us.apache.org/repos/asf/ranger/blob/3362acea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e6ffb68..0953cbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,7 @@
         <commons.math.version>2.2</commons.math.version>
         <commons.net.version>3.3</commons.net.version>
         <commons.pool.version>1.6</commons.pool.version>
-        <curator.test.version>2.7.0</curator.test.version>
+        <curator.test.version>2.7.1</curator.test.version>
         <derby.version>10.11.1.1</derby.version>
         <eclipse.jpa.version>2.5.2</eclipse.jpa.version>
         <findbugs.plugin.version>3.0.3</findbugs.plugin.version>