Manage ehcache dependencies without their classifiers as well
Closes gh-37243
This commit is contained in:
parent
5de5331102
commit
48c8928d0c
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue