From ef27287b48fff1439b61c70c6f570b065566d0fd Mon Sep 17 00:00:00 2001 From: jensp Date: Sat, 15 Jul 2017 17:00:45 +0000 Subject: [PATCH] CCM NG: Updated dependency for Hibernate Validator (Implementiation of Bean Validation API) git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4877 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/pom.xml | 8 ++++++++ pom.xml | 16 +++++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/ccm-core/pom.xml b/ccm-core/pom.xml index 2a06de518..0d7c069e3 100644 --- a/ccm-core/pom.xml +++ b/ccm-core/pom.xml @@ -61,6 +61,14 @@ hibernate-validator-cdi provided + + javax.el + javax.el-api + + + org.glassfish + javax.el + org.hibernate diff --git a/pom.xml b/pom.xml index 4398760ce..c61540f9c 100644 --- a/pom.xml +++ b/pom.xml @@ -333,14 +333,24 @@ org.hibernate hibernate-validator - 5.2.4.Final + 5.4.1.Final org.hibernate hibernate-validator-cdi - 5.2.4.Final + 5.4.1.Final - + + javax.el + javax.el-api + 3.0.0 + + + org.glassfish + javax.el + 3.0.1-b08 + +