Skip to content

Commit

Permalink
Merge pull request #1726 from minwoo-jung/issue-1723
Browse files Browse the repository at this point in the history
[#1684] upgrade hbase client version
  • Loading branch information
minwoo-jung committed Apr 27, 2016
2 parents 965ac13 + 55bdc4e commit bc69538
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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 -->
Expand Down

0 comments on commit bc69538

Please # to comment.