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

Loading…
Cancel
Save