Skip to content

Commit af89c2b

Browse files
onobcwilkinsona
authored andcommitted
Use Spring Pulsar BOM
See gh-38966
1 parent 2acb90c commit af89c2b

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
@@ -1585,11 +1585,8 @@ bom {
15851585
library("Spring Pulsar", "1.0.2-SNAPSHOT") {
15861586
considerSnapshots()
15871587
group("org.springframework.pulsar") {
1588-
modules = [
1589-
"spring-pulsar",
1590-
"spring-pulsar-cache-provider",
1591-
"spring-pulsar-cache-provider-caffeine",
1592-
"spring-pulsar-reactive"
1588+
imports = [
1589+
"spring-pulsar-bom"
15931590
]
15941591
}
15951592
}

0 commit comments

Comments
 (0)