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 + +