diff --git a/domain/pom.xml b/domain/pom.xml
index a782b2a678c..057d964a66a 100644
--- a/domain/pom.xml
+++ b/domain/pom.xml
@@ -59,6 +59,16 @@
org.hibernate
hibernate-ehcache
+
+
+ net.sf.ehcache
+ ehcache-core
+
+
+
+
+ net.sf.ehcache
+ ehcache
org.springframework
diff --git a/pom.xml b/pom.xml
index b01bac0752e..646de3dc4b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1105,6 +1105,11 @@
hibernate-ehcache
${hibernate.version}
+
+ net.sf.ehcache
+ ehcache
+ 2.10.9.2
+
org.hibernate
hibernate-jpamodelgen