Fix application startup error 38/131038/2 2.1.10-son-handler
authorVijay Venkatesh Kumar <vv770d@att.com>
Wed, 21 Sep 2022 00:12:21 +0000 (00:12 +0000)
committerVijay Venkatesh Kumar <vv770d@att.com>
Wed, 21 Sep 2022 00:16:35 +0000 (00:16 +0000)
Change-Id: If092d6f6d37e9eacb4c2f1dc9d5ad1cfae9abc90
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-3265

Changelog.md
pom.xml

index 7146bc7..d2791db 100644 (file)
@@ -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 (file)
--- 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.
             <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>