Browse Source

Use Spring Pulsar BOM

See gh-38966
pull/39389/head
Chris Bono 2 years ago committed by Andy Wilkinson
parent
commit
af89c2bb5f
  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