Merge pull request #4867 from amit2103/BAEL-7437
[BAEL-7437] - Added spring tx dependency to fix spring-mvc-simple jun…
This commit is contained in:
commit
335bd470f3
|
@ -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