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 /pom.xml | |
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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |