From f57e6a1fa5d9d76731bfe16bc5c8be1858a03856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Sun, 2 Jul 2023 21:42:49 -0600 Subject: [PATCH] Use spring-amqp-bom See gh-36168 --- spring-boot-project/spring-boot-dependencies/build.gradle | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index b64066ee5bf..7fca582beaf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1336,12 +1336,8 @@ bom { } library("Spring AMQP", "3.0.5") { group("org.springframework.amqp") { - modules = [ - "spring-amqp", - "spring-rabbit", - "spring-rabbit-stream", - "spring-rabbit-junit", - "spring-rabbit-test" + imports = [ + "spring-amqp-bom" ] } }