diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 6 insertions, 1 deletions
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 @@ -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> |