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>
This commit is contained in:
Chris Bono 2025-02-10 15:44:40 -06:00 committed by Stéphane Nicoll
parent 849242e2c2
commit 00cc470354
1 changed files with 2 additions and 6 deletions

View File

@ -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 {