From f4405730e2316f4b001eac524b89ef40f3caa07c Mon Sep 17 00:00:00 2001 From: Bruno Sakoto Date: Thu, 21 Apr 2022 18:08:18 -0400 Subject: [PATCH] Review spring framework dependency Use default spring framework version from spring boot dependencies. Then, cps application is now currently using spring-web 5.3.16 (from spring boot 2.6.4) instead of previously specified 5.3.13. Issue-ID: CPS-998 Change-Id: If16c5f4c7176a34b5a595a1411d3caa763d3c2f0 Signed-off-by: Bruno Sakoto --- cps-dependencies/pom.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index d3a033f10..dcbc5f70b 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -3,6 +3,7 @@ ============LICENSE_START======================================================= Copyright (c) 2021 Linux Foundation. Modifications Copyright (C) 2020-2022 Nordix Foundation + Modifications Copyright (C) 2022 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,6 +16,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> pom import - - org.springframework - spring-web - 5.3.13 - org.opendaylight.yangtools yangtools-artifacts -- 2.16.6