Browse Source

Merge branch '3.1.x'

Closes gh-36236
pull/35191/head
Andy Wilkinson 3 years ago
parent
commit
12cd753652
  1. 8
      spring-boot-project/spring-boot-dependencies/build.gradle

8
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1370,12 +1370,8 @@ bom { @@ -1370,12 +1370,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"
]
}
}

Loading…
Cancel
Save