Upgrade to Hibernate Validator 5.1.2.Final

Closes gh-1595
This commit is contained in:
Andy Wilkinson
2014-10-01 16:22:08 +01:00
parent da90e5bc6b
commit c601c09ecc
3 changed files with 11 additions and 1 deletions

View File

@@ -101,6 +101,11 @@
<artifactId>tomcat-embed-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-el</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.crashub</groupId>
<artifactId>crash.shell</artifactId>