You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ja...@apache.org on 2019/09/02 22:44:58 UTC

[hbase] branch branch-1.4 updated: HBASE-22900 Multiple httpcore and httpclient versions included in binary package branch-1.3 and branch-1.4

This is an automated email from the ASF dual-hosted git repository.

janh pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 1d74f9e  HBASE-22900 Multiple httpcore and httpclient versions included in binary package branch-1.3 and branch-1.4
1d74f9e is described below

commit 1d74f9eddb33c281a1c2db610176a4e977dab914
Author: ravowlga123 <42...@users.noreply.github.com>
AuthorDate: Tue Sep 3 00:44:52 2019 +0200

    HBASE-22900 Multiple httpcore and httpclient versions included in binary package branch-1.3 and branch-1.4
    
    Signed-off-by: stack <st...@apache.org>
    Signed-off-by: Jan Hentschel <ja...@ultratendency.com>
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index bba2fc8..8e5dbd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1276,6 +1276,7 @@
     <collections.version>3.2.2</collections.version>
     <httpclient.version>3.1</httpclient.version>
     <httpcore.version>4.4.4</httpcore.version>
+    <http-components-client.version>4.5.2</http-components-client.version>
     <metrics-core.version>2.2.0</metrics-core.version>
     <guava.version>12.0.1</guava.version>
     <jackson1.version>1.9.13</jackson1.version>
@@ -1639,6 +1640,11 @@
         <version>${httpcore.version}</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpclient</artifactId>
+        <version>${http-components-client.version}</version>
+      </dependency>
+      <dependency>
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
         <version>${commons-cli.version}</version>