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 --- .../validation-rest-services/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml index 341cfe2ea0..0fbc7a3d34 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml @@ -37,6 +37,16 @@ org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + org.springframework @@ -47,6 +57,12 @@ org.springframework spring-web ${spring.framework.version} + + + org.springframework + spring-core + + org.springframework @@ -122,6 +138,12 @@ org.openecomp.sdc openecomp-sdc-vendor-software-product-manager ${project.version} + + + org.springframework + spring-core + + com.sun.jersey.contribs -- cgit 1.2.3-korg