Commit d12609bc by Radhika Kundam Committed by Sarath Subramanian

ATLAS-4028: Update Atlas with latest version of httpclient and httpcore

parent dd4ba1b1
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment