Remove dependency management for Atomikos

See gh-28589
pull/28875/head
Andy Wilkinson 3 years ago
parent 87a5b72aa5
commit 91b2eb1a6f

@ -47,18 +47,6 @@ bom {
] ]
} }
} }
library("Atomikos", "4.0.6") {
prohibit("[5,)") {
because "our support is deprecated"
}
group("com.atomikos") {
modules = [
"transactions-jdbc",
"transactions-jms",
"transactions-jta"
]
}
}
library("Awaitility", "4.1.1") { library("Awaitility", "4.1.1") {
group("org.awaitility") { group("org.awaitility") {
modules = [ modules = [

Loading…
Cancel
Save