aboutsummaryrefslogtreecommitdiffstats
path: root/appc-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-client/pom.xml')
-rw-r--r--appc-client/pom.xml11
1 files changed, 11 insertions, 0 deletions
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>