[ https://issues.apache.org/jira/browse/PHOENIX-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ankit Singhal resolved PHOENIX-4400. ------------------------------------ Resolution: Fixed Fix Version/s: 5.0.0 > 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 > Labels: HBase-2.0 > Fix For: 5.0.0 > > > {code} > <dependency> > <groupId>com.lmax</groupId> > <artifactId>disruptor</artifactId> > - <version>3.2.0</version> > + <version>3.3.6</version> > <scope>test</scope> > </dependency> > <dependency> > - <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)