[BAEL-7437] - Added spring tx dependency to fix spring-mvc-simple junit 5 TCs

This commit is contained in:
amit2103 2018-07-31 23:07:28 +05:30
parent 841221d1ef
commit e5ead99060
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>${spring.version}</version>
</dependency>
<!-- thymeleaf dependencies -->
<dependency>