You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Ankit Singhal (JIRA)" <ji...@apache.org> on 2017/11/23 10:41:01 UTC

[jira] [Created] (PHOENIX-4400) Update pom curator and disruptor version to be compatible with HBase-2.0

Ankit Singhal created PHOENIX-4400:
--------------------------------------

             Summary: Update pom curator and disruptor version to be compatible with HBase-2.0
                 Key: PHOENIX-4400
                 URL: https://issues.apache.org/jira/browse/PHOENIX-4400
             Project: Phoenix
          Issue Type: Sub-task
            Reporter: Ankit Singhal
            Assignee: Sergey Soldatov


{code}
  <dependency>
       <groupId>com.lmax</groupId>
       <artifactId>disruptor</artifactId>
-      <version>3.2.0</version>
+      <version>3.3.6</version>
       <scope>test</scope>
     </dependency>
     <dependency>

-    <hbase.version>2.0.0-alpha4</hbase.version>
+    <hbase.version>2.0.0-beta-1.ssa</hbase.version>

-   <curator.version>2.12.0</curator.version>
+   <curator.version>4.0.0</curator.version>
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)