|
|
@ -264,13 +264,13 @@ |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.apache.httpcomponents.client5</groupId> |
|
|
<groupId>org.apache.httpcomponents.client5</groupId> |
|
|
<artifactId>httpclient5</artifactId> |
|
|
<artifactId>httpclient5</artifactId> |
|
|
<version>5.4.2</version> |
|
|
<version>5.5.1</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.apache.httpcomponents.core5</groupId> |
|
|
<groupId>org.apache.httpcomponents.core5</groupId> |
|
|
<artifactId>httpcore5</artifactId> |
|
|
<artifactId>httpcore5</artifactId> |
|
|
<version>5.3.3</version> <!-- 必须与 httpclient5 版本一致 --> |
|
|
<version>5.3.6</version> <!-- 必须与 httpclient5 版本一致 --> |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
<dependency> |
|
|
<dependency> |
|
|
|