Restore Ehcache 3 Support
See gh-30002
This commit is contained in:
committed by
Stephane Nicoll
parent
1bf6e08d1b
commit
3ed3d3eb36
@@ -191,6 +191,19 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Ehcache3", "3.10.0") {
|
||||
group("org.ehcache") {
|
||||
modules = [
|
||||
"ehcache" {
|
||||
classifier = 'jakarta'
|
||||
},
|
||||
"ehcache-clustered",
|
||||
"ehcache-transactions" {
|
||||
classifier = 'jakarta'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Elasticsearch", "7.17.1") {
|
||||
group("org.elasticsearch") {
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user