From 2be14fca49b2724d6f38e07438c814bda423e541 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Tue, 27 Mar 2018 10:34:21 -0400 Subject: Upgrade httpcomponents to 4.5.5 Change-Id: I0cf9bb09fdf1a9563561556773a802ab970e9545 Issue-ID: DCAEGEN2-361 Signed-off-by: Michael Hwang --- CHANGELOG.md | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddc7ee2..8432e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 --- 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. --> org.apache.httpcomponents httpclient - 4.5.2 + 4.5.5 ch.qos.logback -- cgit 1.2.3-korg