diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2022-09-21 00:12:21 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2022-09-21 00:16:35 +0000 |
commit | f95398aa7cd425e543a1aa112357b370169aba5a (patch) | |
tree | 9f8e10c1c879a9b5cff5defbd00859e593c8afea | |
parent | 7d549f48c21ff063518e8ff481c3e5a9eb8ca8b0 (diff) |
Fix application startup error2.1.10-son-handler
Change-Id: If092d6f6d37e9eacb4c2f1dc9d5ad1cfae9abc90
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-3265
-rw-r--r-- | Changelog.md | 3 | ||||
-rw-r--r-- | 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 @@ -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 @@ <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-core</artifactId> - <version>10.0.21</version> + <version>9.0.65</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> |