Exclude httpclient 4.5 and force 4.5.5 73/46473/1 v1.2.1
authorJimmy Forsyth <jf2512@att.com>
Mon, 7 May 2018 21:42:07 +0000 (17:42 -0400)
committerJimmy Forsyth <jf2512@att.com>
Mon, 7 May 2018 21:42:19 +0000 (17:42 -0400)
Issue-ID: AAI-1124
Change-Id: Ic9fcb4b6e57cfff8ee7288d25010410136b8d812
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4a96803..67801cc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,24 @@ limitations under the License.
          <groupId>com.att.nsa</groupId>
          <artifactId>cambriaClient</artifactId>
          <version>0.0.1</version>
+        <exclusions>
+                <exclusion>
+                  <groupId>org.apache.httpcomponents</groupId>
+                 <artifactId>httpclient</artifactId>
+                </exclusion>
+                <exclusion>
+                  <groupId>org.apache.httpcomponents</groupId>
+                 <artifactId>httpclient-cache</artifactId>
+                </exclusion>
+            </exclusions>
       </dependency>
+
+      <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+            <version>4.5.5</version>
+      </dependency>
+
       <!-- Dependencies for the REST Client component -->
       <!-- Library to obfuscate encrypted passwords -->
       <dependency>