From b95416ef16bbaafecb3d40888fe97e70cdd75c77 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 11 Nov 2014 15:10:32 +0100 Subject: [PATCH] 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!) --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.20.1