Browse Source

Use Pulsar Client Reactive BOM

This replaces the individual module entries for the
`pulsar-client-reactive` library with a single import
entry for the `pulsar-client-reactive-bom` in order to
ease dependency management.

See gh-44202

Signed-off-by: Chris Bono <chris.bono@gmail.com>
pull/44267/head
Chris Bono 12 months ago committed by Stéphane Nicoll
parent
commit
00cc470354
  1. 8
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1813,12 +1813,8 @@ bom { @@ -1813,12 +1813,8 @@ bom {
}
library("Pulsar Reactive", "0.5.10") {
group("org.apache.pulsar") {
modules = [
"pulsar-client-reactive-adapter",
"pulsar-client-reactive-api",
"pulsar-client-reactive-jackson",
"pulsar-client-reactive-producer-cache-caffeine-shaded",
"pulsar-client-reactive-producer-cache-caffeine"
imports = [
"pulsar-client-reactive-bom"
]
}
links {

Loading…
Cancel
Save