Browse Source

Merge pull request #38966 from onobc

* gh-38966:
  Use Spring Pulsar BOM

Closes gh-38966
pull/39389/head
Andy Wilkinson 2 years ago
parent
commit
eda5101fa6
  1. 7
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -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"
] ]
} }
} }

Loading…
Cancel
Save