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:
Loredana Crusoveanu
2018-07-31 22:47:31 +03:00
committed by GitHub
+5
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>