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: http://juplo.de/gitweb/?p=hibernate4-maven-plugin;a=commitdiff_plain;h=b95416ef16bbaafecb3d40888fe97e70cdd75c77;hp=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!) ---