Skip to content

Commit eda5101

Browse files
committed
Merge pull request #38966 from onobc
* gh-38966: Use Spring Pulsar BOM Closes gh-38966
2 parents 2acb90c + af89c2b commit eda5101

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)