From 0a84b32b177a094984c17c78cee75e9e5fab4718 Mon Sep 17 00:00:00 2001 From: "Mark H. Wood" Date: Thu, 15 Mar 2018 09:53:49 -0400 Subject: [PATCH] [DS-3868] Add dependencies needed in non-JEE environment. --- dspace-api/pom.xml | 12 +++++++++++- pom.xml | 7 +++++++ 2 files changed, 18 insertions(+), 1 deletion(-) 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