From c7657df854121ba4fdb7641bd9a8f2ee5f9cd346 Mon Sep 17 00:00:00 2001 From: Dave Syer <dsyer@pivotal.io> Date: Thu, 2 Feb 2017 16:04:52 +0000 Subject: [PATCH] Remove ehcache (at least temporarily) The fact that it was still there on the classpath means it needs to be configured (and fails silently if you don't). Removed to give us some tmie to reconsider. --- pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pom.xml b/pom.xml index 82e78e1..ca1a4c7 100644 --- a/pom.xml +++ b/pom.xml @@ -79,16 +79,6 @@ <scope>runtime</scope> </dependency> - <!-- EhCache --> - <dependency> - <groupId>javax.cache</groupId> - <artifactId>cache-api</artifactId> - </dependency> - <dependency> - <groupId>org.ehcache</groupId> - <artifactId>ehcache</artifactId> - </dependency> - <!-- webjars --> <dependency> <groupId>org.webjars</groupId> -- GitLab