[BAEL-7437] - Added spring tx dependency to fix spring-mvc-simple junit 5 TCs
This commit is contained in:
parent
841221d1ef
commit
e5ead99060
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue