Restore Ehcache 3 Support
See gh-30002
This commit is contained in:
committed by
Stephane Nicoll
parent
1bf6e08d1b
commit
3ed3d3eb36
@@ -12,6 +12,14 @@ def caches = [
|
||||
"couchbase": [
|
||||
project(":spring-boot-project:spring-boot-starters:spring-boot-starter-data-couchbase")
|
||||
],
|
||||
"ehcache": [
|
||||
"javax.cache:cache-api",
|
||||
dependencies.create("org.ehcache:ehcache") {
|
||||
artifact {
|
||||
classifier = 'jakarta'
|
||||
}
|
||||
}
|
||||
],
|
||||
"hazelcast": [
|
||||
"com.hazelcast:hazelcast",
|
||||
"com.hazelcast:hazelcast-spring"
|
||||
|
||||
Reference in New Issue
Block a user