mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-23 11:46:46 +10:00
[#1684] upgrade hbase client version
This commit is contained in:
@@ -330,13 +330,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.hbase</groupId>
|
||||
<artifactId>hbase-client</artifactId>
|
||||
<version>1.0.0-cdh5.4.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils-core</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
<version>1.2.0-cdh5.7.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
@@ -629,7 +623,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.zookeeper</groupId>
|
||||
<artifactId>zookeeper</artifactId>
|
||||
<version>3.4.5-cdh5.4.0</version>
|
||||
<version>3.4.5-cdh5.7.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- for zookeeper test -->
|
||||
|
||||
Reference in New Issue
Block a user