From fcec4754686c68c44208da956bd98f97bc06917b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Garc=C3=ADa?= Date: Tue, 10 Dec 2024 13:09:02 +0100 Subject: [PATCH] Update ehcache library. Backport of a4db92ab14f849e393b69c08db3761216b971378 --- domain/pom.xml | 10 ++++++++++ pom.xml | 5 +++++ 2 files changed, 15 insertions(+) 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