Upgrade httpcomponents to 4.5.5 75/39175/1
authorMichael Hwang <mhwang@research.att.com>
Tue, 27 Mar 2018 14:34:21 +0000 (10:34 -0400)
committerMichael Hwang <mhwang@research.att.com>
Tue, 27 Mar 2018 14:37:49 +0000 (10:37 -0400)
Change-Id: I0cf9bb09fdf1a9563561556773a802ab970e9545
Issue-ID: DCAEGEN2-361
Signed-off-by: Michael Hwang <mhwang@research.att.com>
CHANGELOG.md
pom.xml

index ddc7ee2..8432e8b 100644 (file)
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 
 The version in the brackets represents the version of DCAE inventory and not the ONAP DCAE version.
 
+## [3.0.0]
+
+* Remove the dcae controller code (housekeeping)
+* Upgrade org.apache.httpcomponents/httpclient to 4.5.5
+
 ## [2.4.0]
 
 ONAP version: 1.1.0
diff --git a/pom.xml b/pom.xml
index 653c081..9dcfc45 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
             is malformed in the internal Maven central. -->
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5.2</version>
+            <version>4.5.5</version>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>