Use spring-amqp-bom

See gh-36168
This commit is contained in:
Eddú Meléndez 2023-07-02 21:42:49 -06:00 committed by Andy Wilkinson
parent e28aa19ec5
commit f57e6a1fa5

View File

@ -1336,12 +1336,8 @@ bom {
} }
library("Spring AMQP", "3.0.5") { library("Spring AMQP", "3.0.5") {
group("org.springframework.amqp") { group("org.springframework.amqp") {
modules = [ imports = [
"spring-amqp", "spring-amqp-bom"
"spring-rabbit",
"spring-rabbit-stream",
"spring-rabbit-junit",
"spring-rabbit-test"
] ]
} }
} }