This is an automated email from the ASF dual-hosted git repository.
busbey pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new 64c0ac5 HBASE-22900 Multiple httpcore and httpclient versions
included in binary package (branch-1.3 and branch-1.4)
64c0ac5 is described below
commit 64c0ac5dd4e2dac664c58cbe309a9d8b4a69c4c9
Author: ravowlga123 <[email protected]>
AuthorDate: Thu Aug 29 17:29:24 2019 +0200
HBASE-22900 Multiple httpcore and httpclient versions included in binary
package (branch-1.3 and branch-1.4)
closes #563
Signed-off-by: Jan Hentschel <[email protected]>
Signed-off-by: Sean Busbey <[email protected]>
---
pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pom.xml b/pom.xml
index 7a4c442..c11b42a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1266,6 +1266,8 @@
<!-- Do not use versions earlier than 3.2.2 due to a security
vulnerability -->
<collections.version>3.2.2</collections.version>
<httpclient.version>3.1</httpclient.version>
+ <http-components-client.version>4.4.1</http-components-client.version>
+ <http-components-core.version>4.4.1</http-components-core.version>
<metrics-core.version>2.2.0</metrics-core.version>
<guava.version>12.0.1</guava.version>
<jackson1.version>1.9.13</jackson1.version>
@@ -1576,6 +1578,16 @@
<version>${httpclient.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>${http-components-client.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ <version>${http-components-core.version}</version>
+ </dependency>
+ <dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>${commons-cli.version}</version>