Drop support for EhCache 3 until it supports Jakarta EE 9

Closes gh-28800
This commit is contained in:
Andy Wilkinson
2021-11-24 13:47:05 +00:00
parent a17d6f9791
commit ba19440f8c
7 changed files with 6 additions and 87 deletions

View File

@@ -9,10 +9,6 @@ def caches = [
"caffeine": [
"com.github.ben-manes.caffeine:caffeine"
],
"ehcache": [
"javax.cache:cache-api",
"org.ehcache:ehcache"
],
"hazelcast": [
"com.hazelcast:hazelcast",
"com.hazelcast:hazelcast-spring"