From e5ead99060dd423c61f644111a93f38124f1da5b Mon Sep 17 00:00:00 2001 From: amit2103 Date: Tue, 31 Jul 2018 23:07:28 +0530 Subject: [PATCH] [BAEL-7437] - Added spring tx dependency to fix spring-mvc-simple junit 5 TCs --- spring-mvc-simple/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-mvc-simple/pom.xml b/spring-mvc-simple/pom.xml index b886750d37..bd63b5ed1c 100644 --- a/spring-mvc-simple/pom.xml +++ b/spring-mvc-simple/pom.xml @@ -59,6 +59,11 @@ spring-webmvc ${spring.version} + + org.springframework + spring-tx + ${spring.version} +