From: Kai Moritz Date: Tue, 11 Nov 2014 14:10:32 +0000 (+0100) Subject: Upgraded hibernate-validator from 4.3.2.Final to 5.1.3.Final X-Git-Tag: hibernate4-maven-plugin-1.0.5~1 X-Git-Url: https://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=b95416ef16bbaafecb3d40888fe97e70cdd75c77 Upgraded hibernate-validator from 4.3.2.Final to 5.1.3.Final Hibernate Validator 5 requires the Unified Expression Language (EL) in version 2.2 or later. Therefore, a dependency to javax.el-api:3.0.0 was added. (Without that, the compilation of some integration-tests fails!) --- diff --git a/pom.xml b/pom.xml index 3b4fc453..20569f75 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,8 @@ 4.3.7.Final 4.3.7.Final - 4.3.2.Final + 5.1.3.Final + 3.0.0 3.2.3 1.0.1 1.0.3 @@ -157,6 +158,11 @@ hibernate-validator ${hibernate-validator.version} + + javax.el + javax.el-api + ${el-api.version} + org.scannotation scannotation