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-dao/pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'catalog-dao') diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index e74a1094a9..e582887ded 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -52,6 +52,12 @@ Modifications copyright (c) 2018 Nokia common-be ${project.version} provided + + + org.springframework + spring-core + + @@ -67,6 +73,16 @@ Modifications copyright (c) 2018 Nokia spring-context ${spring.version} provided + + + org.springframework + spring-expression + + + org.springframework + spring-core + + @@ -106,12 +122,24 @@ Modifications copyright (c) 2018 Nokia org.springframework spring-aop ${spring.version} + + + org.springframework + spring-core + + org.springframework spring-tx ${spring.version} + + + org.springframework + spring-core + + -- cgit 1.2.3-korg