Skip to content

Commit 20cfc3c

Browse files
committed
Merge branch '3.0.x' into 3.1.x
Closes gh-36235
2 parents 0bfc3c3 + bdead8d commit 20cfc3c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,12 +1367,8 @@ bom {
13671367
}
13681368
library("Spring AMQP", "3.0.5") {
13691369
group("org.springframework.amqp") {
1370-
modules = [
1371-
"spring-amqp",
1372-
"spring-rabbit",
1373-
"spring-rabbit-stream",
1374-
"spring-rabbit-junit",
1375-
"spring-rabbit-test"
1370+
imports = [
1371+
"spring-amqp-bom"
13761372
]
13771373
}
13781374
}

0 commit comments

Comments
 (0)