[BAEL-7437] - Added spring tx dependency to fix spring-mvc-simple junit 5 TCs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user