Merge pull request #38966 from onobc

* gh-38966:
  Use Spring Pulsar BOM

Closes gh-38966
This commit is contained in:
Andy Wilkinson 2024-01-05 14:56:19 +00:00
commit eda5101fa6

View File

@ -1585,11 +1585,8 @@ bom {
library("Spring Pulsar", "1.0.2-SNAPSHOT") { library("Spring Pulsar", "1.0.2-SNAPSHOT") {
considerSnapshots() considerSnapshots()
group("org.springframework.pulsar") { group("org.springframework.pulsar") {
modules = [ imports = [
"spring-pulsar", "spring-pulsar-bom"
"spring-pulsar-cache-provider",
"spring-pulsar-cache-provider-caffeine",
"spring-pulsar-reactive"
] ]
} }
} }