Skip to content

Commit ec889b2

Browse files
committed
Merge branch '3.2.x'
Closes gh-39042
2 parents c87c710 + eda5101 commit ec889b2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,11 +1593,8 @@ bom {
15931593
library("Spring Pulsar", "1.0.2-SNAPSHOT") {
15941594
considerSnapshots()
15951595
group("org.springframework.pulsar") {
1596-
modules = [
1597-
"spring-pulsar",
1598-
"spring-pulsar-cache-provider",
1599-
"spring-pulsar-cache-provider-caffeine",
1600-
"spring-pulsar-reactive"
1596+
imports = [
1597+
"spring-pulsar-bom"
16011598
]
16021599
}
16031600
}

0 commit comments

Comments
 (0)