From f95398aa7cd425e543a1aa112357b370169aba5a Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Wed, 21 Sep 2022 00:12:21 +0000 Subject: Fix application startup error Change-Id: If092d6f6d37e9eacb4c2f1dc9d5ad1cfae9abc90 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-3265 --- Changelog.md | 3 ++- pom.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7146bc7..d2791db 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [2.1.10] - 2022/09/13 +## [2.1.10] - 2022/09/20 - [DCAEGEN2-3242](https://jira.onap.org/browse/DCAEGEN2-3242) - Fix bug in ConfigFectchFromCbs that fetch will get hung when policy config in pdp engine is empty + - [DCAEGEN2-3265](https://jira.onap.org/browse/DCAEGEN2-3265) - Fix started up exception ## [2.1.9] - 2022/09/01 - [DCAEGEN2-3148](https://jira.onap.org/browse/DCAEGEN2-3148) - Modify payload for ANR closedloop to align with A1 based action diff --git a/pom.xml b/pom.xml index ab4712f..ff68536 100644 --- a/pom.xml +++ b/pom.xml @@ -6,6 +6,7 @@ * ================================================================================ * Copyright (C) 2019-2022 Wipro Limited. * Copyright (C) 2022 Huawei Technologies Co., Ltd. + * Copyright (C) 2022 AT&T. All rights reserved. * ============================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -271,7 +272,7 @@ org.apache.tomcat.embed tomcat-embed-core - 10.0.21 + 9.0.65 ch.qos.logback -- cgit 1.2.3-korg