mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 20:09:03 +08:00
Merge pull request #951 from carvinhappy/carvinhappy-upgrade-httpclient-version
Upgrade httpclient version 4.4->4.5
This commit is contained in:
commit
33e6ace661
@ -41,12 +41,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpclient</artifactId>
|
<artifactId>httpclient</artifactId>
|
||||||
<version>4.4</version>
|
<version>4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>fluent-hc</artifactId>
|
<artifactId>fluent-hc</artifactId>
|
||||||
<version>4.4</version>
|
<version>4.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<commons-lang3.version>3.3.2</commons-lang3.version>
|
<commons-lang3.version>3.3.2</commons-lang3.version>
|
||||||
|
|
||||||
<!-- http -->
|
<!-- http -->
|
||||||
<httpclient.version>4.4</httpclient.version>
|
<httpclient.version>4.5</httpclient.version>
|
||||||
<commons-io.version>2.4</commons-io.version>
|
<commons-io.version>2.4</commons-io.version>
|
||||||
|
|
||||||
<!-- json -->
|
<!-- json -->
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<commons-lang3.version>3.3.2</commons-lang3.version>
|
<commons-lang3.version>3.3.2</commons-lang3.version>
|
||||||
|
|
||||||
<!-- http -->
|
<!-- http -->
|
||||||
<httpclient.version>4.4</httpclient.version>
|
<httpclient.version>4.5</httpclient.version>
|
||||||
<commons-io.version>2.4</commons-io.version>
|
<commons-io.version>2.4</commons-io.version>
|
||||||
|
|
||||||
<!-- json -->
|
<!-- json -->
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<commons-lang3.version>3.3.2</commons-lang3.version>
|
<commons-lang3.version>3.3.2</commons-lang3.version>
|
||||||
|
|
||||||
<!-- http -->
|
<!-- http -->
|
||||||
<httpclient.version>4.4</httpclient.version>
|
<httpclient.version>4.5</httpclient.version>
|
||||||
<commons-io.version>2.4</commons-io.version>
|
<commons-io.version>2.4</commons-io.version>
|
||||||
|
|
||||||
<!-- json -->
|
<!-- json -->
|
||||||
|
Loading…
Reference in New Issue
Block a user