HADOOP-15584. Move httpcomponents versions in pom.xml. Contributed by Brandon Scheller.
This commit is contained in:
parent
b2432d254c
commit
76d0365190
@ -71,6 +71,10 @@
|
|||||||
<jackson.version>1.9.13</jackson.version>
|
<jackson.version>1.9.13</jackson.version>
|
||||||
<jackson2.version>2.9.5</jackson2.version>
|
<jackson2.version>2.9.5</jackson2.version>
|
||||||
|
|
||||||
|
<!-- httpcomponents versions -->
|
||||||
|
<httpclient.version>4.5.2</httpclient.version>
|
||||||
|
<httpcore.version>4.4.4</httpcore.version>
|
||||||
|
|
||||||
<!-- SLF4J version -->
|
<!-- SLF4J version -->
|
||||||
<slf4j.version>1.7.25</slf4j.version>
|
<slf4j.version>1.7.25</slf4j.version>
|
||||||
|
|
||||||
@ -732,12 +736,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpclient</artifactId>
|
<artifactId>httpclient</artifactId>
|
||||||
<version>4.5.2</version>
|
<version>${httpclient.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpcore</artifactId>
|
<artifactId>httpcore</artifactId>
|
||||||
<version>4.4.4</version>
|
<version>${httpcore.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-codec</groupId>
|
<groupId>commons-codec</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user