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>
|
<artifactId>spring-webmvc</artifactId>
|
||||||
<version>${spring.version}</version>
|
<version>${spring.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework</groupId>
|
||||||
|
<artifactId>spring-tx</artifactId>
|
||||||
|
<version>${spring.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- thymeleaf dependencies -->
|
<!-- thymeleaf dependencies -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue