diff --git a/dspace-api/pom.xml b/dspace-api/pom.xml index 7a4465fd24..a3622a5b3f 100644 --- a/dspace-api/pom.xml +++ b/dspace-api/pom.xml @@ -292,7 +292,6 @@ - org.hibernate @@ -308,10 +307,21 @@ org.hibernate hibernate-ehcache + + org.hibernate + hibernate-validator-cdi + 5.2.5.Final + org.springframework spring-orm + + org.glassfish + javax.el + 3.0.1-b10 + + org.dspace handle diff --git a/pom.xml b/pom.xml index 34f4294cdc..c0758e1055 100644 --- a/pom.xml +++ b/pom.xml @@ -1034,6 +1034,13 @@ ${hibernate.version} + + org.hibernate + hibernate-validator + + 5.2.5.Final + + org.springframework spring-orm