diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 24c54efc4e..c5b4534fde 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -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") { group("org.awaitility") { modules = [