From 3bbd23f6209d8db5b2938eb8fcb79a6823fa21ac Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Tue, 26 Mar 2019 11:25:37 +0200 Subject: [PATCH] Upgrade springframework to 4.3.22 (was 4.2.x) Issue-ID: VID-435 Change-Id: Ib7722368894fb39119d47602bca5c4453430ab8e Signed-off-by: Ittay Stern --- epsdk-app-onap/pom.xml | 30 +++++++++++++++++++----------- vid-app-common/pom.xml | 25 +++++++++++++++++++------ vid-automation/pom.xml | 2 +- vid-ext-services-simulator/pom.xml | 2 +- 4 files changed, 40 insertions(+), 19 deletions(-) diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 00b421e88..8d4d209d1 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -26,7 +26,7 @@ UTF-8 2.4.0 2.9.8 - 4.2.9.RELEASE + 4.3.22.RELEASE 4.3.11.Final true @@ -398,11 +398,8 @@ jcl-over-slf4j 1.7.12 - - org.springframework - spring-context-support - ${springframework.version} - + + org.springframework spring-core @@ -414,11 +411,6 @@ - - org.springframework - spring-aop - ${springframework.version} - org.springframework spring-test @@ -439,5 +431,21 @@ spring-webmvc ${springframework.version} + + org.springframework + spring-context-support + ${springframework.version} + + + org.springframework + spring-orm + ${springframework.version} + + + org.springframework + spring-aop + ${springframework.version} + + diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 8482ae627..205d6422a 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -26,7 +26,7 @@ UTF-8 UTF-8 2.4.0 - 4.2.9.RELEASE + 4.3.22.RELEASE 4.3.11.Final 2.9.8 2.27 @@ -628,11 +628,8 @@ jcl-over-slf4j 1.7.12 - - org.springframework - spring-context-support - ${springframework.version} - + + org.springframework spring-core @@ -664,6 +661,22 @@ spring-webmvc ${springframework.version} + + org.springframework + spring-context-support + ${springframework.version} + + + org.springframework + spring-orm + ${springframework.version} + + + org.springframework + spring-aop + ${springframework.version} + + org.glassfish.jersey.core jersey-client diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index 21c8c6462..fb51a4a31 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -6,7 +6,7 @@ automationTest 1.0-SNAPSHOT - 4.2.9.RELEASE + 4.3.22.RELEASE 2.27 2.9.7 1.8.10 diff --git a/vid-ext-services-simulator/pom.xml b/vid-ext-services-simulator/pom.xml index 8efb9488d..8596b973c 100644 --- a/vid-ext-services-simulator/pom.xml +++ b/vid-ext-services-simulator/pom.xml @@ -13,7 +13,7 @@ UTF-8 1.3.0 - 4.3.4.RELEASE + 4.3.22.RELEASE 5.3.4.Final true -- 2.16.6