summaryrefslogtreecommitdiffstats
path: root/appc-client
diff options
context:
space:
mode:
authorTaka Cho <tc012c@att.com>2018-03-07 19:52:42 -0500
committerPatrick Brady <pb071s@att.com>2018-03-08 20:56:58 +0000
commit2a7aaead91f6ce8450bc0add98d013647500593c (patch)
treef2bdc1c1e5fe42fd8f185068eebc3ce941dd46fa /appc-client
parent6158e3970971608d4f1c8aca4a0f56c21db26ebd (diff)
upgrade httpclient from 4.5 to 4.5.3
this comes from com.att.nsa.cambriaClient Change-Id: Ib451837526fd6de2a411c530fd3131a26d36473a Issue-ID: APPC-711 Signed-off-by: Taka Cho <tc012c@att.com>
Diffstat (limited to 'appc-client')
-rw-r--r--appc-client/client-lib/pom.xml11
-rw-r--r--appc-client/pom.xml11
2 files changed, 22 insertions, 0 deletions
diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml
index ad86c0b3a..362e2b7e6 100644
--- a/appc-client/client-lib/pom.xml
+++ b/appc-client/client-lib/pom.xml
@@ -54,6 +54,17 @@
<dependency>
<groupId>com.att.nsa</groupId>
<artifactId>cambriaClient</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>httpclient</artifactId>
+ <groupId>org.apache.httpcomponents</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.3</version>
</dependency>
<dependency>
<groupId>com.att.eelf</groupId>
diff --git a/appc-client/pom.xml b/appc-client/pom.xml
index e90f29b94..71a2420bf 100644
--- a/appc-client/pom.xml
+++ b/appc-client/pom.xml
@@ -207,6 +207,17 @@
<groupId>com.att.nsa</groupId>
<artifactId>cambriaClient</artifactId>
<version>${cambria.client.version}</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>httpclient</artifactId>
+ <groupId>org.apache.httpcomponents</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.3</version>
</dependency>
<dependency>
<groupId>com.att.eelf</groupId>