From e772d564752ab2a7317b9557d5f576ac223d33e0 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 28 Dec 2019 22:24:03 -0500 Subject: [PATCH] [pom] Depend on ehcache directly as most usage would The ehcache-core was made internal long ago. Any usage that has been upgrading was likely on ehcache directly not the noted 'internal' version. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 25b1532..f4ee510 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ - net.sf.ehcache.internal - ehcache-core + net.sf.ehcache + ehcache 2.10.6 compile