diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-04-21 18:08:18 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-04-21 22:57:21 +0000 |
commit | f4405730e2316f4b001eac524b89ef40f3caa07c (patch) | |
tree | 6b839d3aa937073fdc4875fc6937a9f04bfdb3c5 /cps-dependencies | |
parent | 952603c5739d3bec19c45f12adb01ee9e63e9337 (diff) |
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 <bruno.sakoto@bell.ca>
Diffstat (limited to 'cps-dependencies')
-rwxr-xr-x | cps-dependencies/pom.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index d3a033f109..dcbc5f70bb 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========================================================= --> <project xmlns="http://maven.apache.org/POM/4.0.0" @@ -90,11 +93,6 @@ <scope>import</scope> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <version>5.3.13</version> - </dependency> - <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yangtools-artifacts</artifactId> <version>6.0.1</version> |