Manage ehcache dependencies without their classifiers as well

Closes gh-37243
This commit is contained in:
Andy Wilkinson 2023-09-08 15:44:12 +01:00
parent 5de5331102
commit 48c8928d0c
1 changed files with 2 additions and 0 deletions

View File

@ -220,10 +220,12 @@ bom {
library("Ehcache3", "3.10.8") {
group("org.ehcache") {
modules = [
"ehcache",
"ehcache" {
classifier = 'jakarta'
},
"ehcache-clustered",
"ehcache-transactions",
"ehcache-transactions" {
classifier = 'jakarta'
}