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") {
|
library("Ehcache3", "3.10.8") {
|
||||||
group("org.ehcache") {
|
group("org.ehcache") {
|
||||||
modules = [
|
modules = [
|
||||||
|
"ehcache",
|
||||||
"ehcache" {
|
"ehcache" {
|
||||||
classifier = 'jakarta'
|
classifier = 'jakarta'
|
||||||
},
|
},
|
||||||
"ehcache-clustered",
|
"ehcache-clustered",
|
||||||
|
"ehcache-transactions",
|
||||||
"ehcache-transactions" {
|
"ehcache-transactions" {
|
||||||
classifier = 'jakarta'
|
classifier = 'jakarta'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue