Skip to content
Snippets Groups Projects
Commit 2b98dcd2 authored by Mic's avatar Mic
Browse files

migrated to Hibernate Validator 5.0.1 (see https://hibernate.atlassian.net/browse/HV-790)

parent a485521b
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
<hibernate.version>4.1.11.Final</hibernate.version>
<!-- Bean validation -->
<hibernate-validator.version>5.0.0.Final</hibernate-validator.version>
<hibernate-validator.version>5.0.1.Final</hibernate-validator.version>
<!-- Database access -->
<commons-dbcp.version>1.4</commons-dbcp.version>
......@@ -247,16 +247,6 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>${hibernate-validator.version}</version>
<exclusions>
<exclusion>
<groupId>org.glassfish.web</groupId>
<artifactId>javax.el</artifactId>
</exclusion>
<exclusion>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment