Skip to content

Commit 00cc470

Browse files
onobcsnicoll
authored andcommitted
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 <[email protected]>
1 parent 849242e commit 00cc470

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,12 +1813,8 @@ bom {
18131813
}
18141814
library("Pulsar Reactive", "0.5.10") {
18151815
group("org.apache.pulsar") {
1816-
modules = [
1817-
"pulsar-client-reactive-adapter",
1818-
"pulsar-client-reactive-api",
1819-
"pulsar-client-reactive-jackson",
1820-
"pulsar-client-reactive-producer-cache-caffeine-shaded",
1821-
"pulsar-client-reactive-producer-cache-caffeine"
1816+
imports = [
1817+
"pulsar-client-reactive-bom"
18221818
]
18231819
}
18241820
links {

0 commit comments

Comments
 (0)