aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>