From 91b2eb1a6f84c4f6721717754302d4c2fa65c04c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 30 Nov 2021 20:30:38 +0000 Subject: [PATCH] Remove dependency management for Atomikos See gh-28589 --- .../spring-boot-dependencies/build.gradle | 12 ------------ 1 file changed, 12 deletions(-) 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 = [