From 8dbc732ba29fed3921477467ee9424732014d70b Mon Sep 17 00:00:00 2001 From: vasraz Date: Sat, 26 Jun 2021 14:23:12 +0100 Subject: Upgrade springframework to latest version (5.3.8) Signed-off-by: Vasyl Razinkov Change-Id: I5611f4f275f7a81a7f1b65fde36b2c84894f4619 Issue-ID: SDC-3648 --- catalog-be/pom.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'catalog-be') diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 666b58aa3c..2e1d45432e 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -118,6 +118,12 @@ common-be ${project.version} compile + + + org.springframework + spring-core + + org.openecomp.sdc.be @@ -125,6 +131,12 @@ ${project.version} test-jar test + + + org.springframework + spring-core + + org.openecomp.sdc.be @@ -321,6 +333,16 @@ spring-context ${spring.version} compile + + + org.springframework + spring-expression + + + org.springframework + spring-core + + @@ -328,6 +350,12 @@ spring-web ${spring.version} compile + + + org.springframework + spring-core + + @@ -335,6 +363,20 @@ spring-webmvc ${spring.version} compile + + + org.springframework + spring-expression + + + org.springframework + spring-core + + + org.springframework + spring-web + + @@ -342,6 +384,12 @@ spring-aop ${spring.version} compile + + + org.springframework + spring-core + + @@ -798,6 +846,12 @@ org.springframework spring-tx ${spring.version} + + + org.springframework + spring-core + + @@ -874,6 +928,10 @@ com.fasterxml.jackson.core jackson-core + + org.springframework + spring-core + -- cgit 1.2.3-korg