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
commit 335bd470f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

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>