summaryrefslogtreecommitdiffstats
path: root/cloudify-client
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-03-20 16:09:36 -0400
committerRob Daugherty <rd472p@att.com>2018-03-20 16:09:36 -0400
commit4f4b3d7e48027fc7b9a973f4229eed2ee1b023f5 (patch)
treeab72e36fec9ee829f6c93e68037d1dac2dfe9969 /cloudify-client
parent8ff992a2c526c3b652586fe21216de118294c5b9 (diff)
NexusIQ security violation - httpclient
Violation in: org.apache-httpcomponents : httpclient : 4.4.1, 4.3.1, 4.3.3, 4.5, 4.5.2 Fix: Upgrade httpclient to 4.5.5 and httpcore to 4.4.4 Change-Id: Ie31b853102eb2a4fc7fc16441a2a1c18a2b7fa35 Issue-ID: SO-507 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'cloudify-client')
-rw-r--r--cloudify-client/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/cloudify-client/pom.xml b/cloudify-client/pom.xml
index 9b2ca39615..057a1ed98f 100644
--- a/cloudify-client/pom.xml
+++ b/cloudify-client/pom.xml
@@ -35,12 +35,10 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
-<!-- <version>4.3.1</version> -->
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
-<!-- <version>4.5.5</version> -->
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>