|
|
|
|
@ -1373,6 +1373,11 @@
@@ -1373,6 +1373,11 @@
|
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
|
<artifactId>fluent-hc</artifactId> |
|
|
|
|
<version>${httpclient.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
|
<artifactId>httpclient</artifactId> |
|
|
|
|
@ -1384,6 +1389,21 @@
@@ -1384,6 +1389,21 @@
|
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
|
<artifactId>httpclient-cache</artifactId> |
|
|
|
|
<version>${httpclient.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
|
<artifactId>httpclient-osgi</artifactId> |
|
|
|
|
<version>${httpclient.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
|
<artifactId>httpclient-win</artifactId> |
|
|
|
|
<version>${httpclient.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
|
<artifactId>httpcore</artifactId> |
|
|
|
|
|