diff options
author | Taka Cho <tc012c@att.com> | 2018-03-07 19:52:42 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-03-08 20:56:58 +0000 |
commit | 2a7aaead91f6ce8450bc0add98d013647500593c (patch) | |
tree | f2bdc1c1e5fe42fd8f185068eebc3ce941dd46fa /appc-client/client-lib | |
parent | 6158e3970971608d4f1c8aca4a0f56c21db26ebd (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/client-lib')
-rw-r--r-- | appc-client/client-lib/pom.xml | 11 |
1 files changed, 11 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>
|