diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index 7bacf95..a66be01 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -270,8 +270,8 @@
commons-cli
- commons-httpclient
- commons-httpclient
+ org.apache.httpcomponents
+ httpclient
commons-lang
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 2631417..9532d1e 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -395,8 +395,8 @@
true
- commons-httpclient
- commons-httpclient
+ org.apache.httpcomponents
+ httpclient
commons-codec
diff --git a/pom.xml b/pom.xml
index cf6501c..0b3c61a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1213,7 +1213,7 @@
3.3.0
3.2.2
- 3.1
+ 4.3.6
3.1.2
12.0.1
1.3.9
@@ -1502,8 +1502,8 @@
${collections.version}
- commons-httpclient
- commons-httpclient
+ org.apache.httpcomponents
+ httpclient
${httpclient.version}