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 --- .../application-config-rest-services/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml index f81dfb539a..6c90a15e55 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml @@ -28,6 +28,16 @@ org.springframework spring-context ${spring.framework.version} + + + org.springframework + spring-expression + + + org.springframework + spring-core + + javax.inject @@ -66,6 +76,12 @@ spring-web test ${spring.framework.version} + + + org.springframework + spring-core + + org.glassfish.jersey.core -- cgit 1.2.3-korg