This is an automated email from the ASF dual-hosted git repository.
sarath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new d12609b ATLAS-4028: Update Atlas with latest version of httpclient
and httpcore
d12609b is described below
commit d12609bcd12e2cfe19a125da8e98e0d997adf3dc
Author: Radhika Kundam <[email protected]>
AuthorDate: Tue Nov 17 16:26:34 2020 -0800
ATLAS-4028: Update Atlas with latest version of httpclient and httpcore
Signed-off-by: Sarath Subramanian <[email protected]>
---
addons/hbase-bridge/pom.xml | 2 +-
addons/kafka-bridge/pom.xml | 2 +-
pom.xml | 6 ++++--
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml
index 0907f47..f981327 100644
--- a/addons/hbase-bridge/pom.xml
+++ b/addons/hbase-bridge/pom.xml
@@ -131,7 +131,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>4.4.6</version>
+ <version>${httpcomponents-httpcore.version}</version>
</dependency>
<dependency>
diff --git a/addons/kafka-bridge/pom.xml b/addons/kafka-bridge/pom.xml
index 2b6a319..b4846de 100644
--- a/addons/kafka-bridge/pom.xml
+++ b/addons/kafka-bridge/pom.xml
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>4.4.6</version>
+ <version>${httpcomponents-httpcore.version}</version>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index c75c9ea..ba9450c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -691,6 +691,8 @@
<hbase.version>2.0.2</hbase.version>
<hive.version>3.1.0</hive.version>
<hppc.version>0.8.1</hppc.version>
+
<httpcomponents-httpclient.version>4.5.13</httpcomponents-httpclient.version>
+
<httpcomponents-httpcore.version>4.4.13</httpcomponents-httpcore.version>
<jackson.databind.version>2.10.5</jackson.databind.version>
<jackson.version>2.10.5</jackson.version>
<janus.version>0.5.2</janus.version>
@@ -1597,13 +1599,13 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.4</version>
+ <version>${httpcomponents-httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>4.4.10</version>
+ <version>${httpcomponents-httpcore.version}</version>
</dependency>
<dependency>