You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by an...@apache.org on 2017/11/28 09:24:44 UTC

phoenix git commit: PHOENIX-4400 Update pom curator and disruptor version to be compatible with HBase-2.0(addendum)

Repository: phoenix
Updated Branches:
  refs/heads/5.x-HBase-2.0 30ff6d5bb -> fd4c94d24


PHOENIX-4400 Update pom curator and disruptor version to be compatible with HBase-2.0(addendum)


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

Branch: refs/heads/5.x-HBase-2.0
Commit: fd4c94d24fb7b32ca92a9a6908fecec2151fb6b4
Parents: 30ff6d5
Author: Ankit Singhal <an...@gmail.com>
Authored: Tue Nov 28 14:54:34 2017 +0530
Committer: Ankit Singhal <an...@gmail.com>
Committed: Tue Nov 28 14:54:34 2017 +0530

----------------------------------------------------------------------
 phoenix-load-balancer/pom.xml | 21 +++++++++++----------
 pom.xml                       | 10 ----------
 2 files changed, 11 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/fd4c94d2/phoenix-load-balancer/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-load-balancer/pom.xml b/phoenix-load-balancer/pom.xml
index d8a47e9..169833d 100644
--- a/phoenix-load-balancer/pom.xml
+++ b/phoenix-load-balancer/pom.xml
@@ -38,20 +38,21 @@
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-common</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.curator</groupId>
-      <artifactId>curator-client</artifactId>
-    </dependency>
+   <dependency>
+        <groupId>org.apache.curator</groupId>
+        <artifactId>curator-test</artifactId>
+        <version>${curator.version}</version>
+      	<scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.curator</groupId>
+        <artifactId>curator-client</artifactId>
+        <version>${curator.version}</version>
+      </dependency>
     <dependency>
       <groupId>org.apache.phoenix</groupId>
       <artifactId>phoenix-queryserver</artifactId>
     </dependency>
-    <!-- for tests -->
-    <dependency>
-      <groupId>org.apache.curator</groupId>
-      <artifactId>curator-test</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/fd4c94d2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ac5cd08..4bb8390 100644
--- a/pom.xml
+++ b/pom.xml
@@ -925,16 +925,6 @@
         <version>${jodatime.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.curator</groupId>
-        <artifactId>curator-test</artifactId>
-        <version>${curator.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.curator</groupId>
-        <artifactId>curator-client</artifactId>
-        <version>${curator.version}</version>
-      </dependency>
-      <dependency>
         <groupId>com.clearspring.analytics</groupId>
         <artifactId>stream</artifactId>
         <version>${stream.version}</version>