Skip to content

Commit e03e8a1

Browse files
committed
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. Signed-off-by: Chris Bono <[email protected]>
1 parent afcc780 commit e03e8a1

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
@@ -1812,12 +1812,8 @@ bom {
18121812
}
18131813
library("Pulsar Reactive", "0.5.10") {
18141814
group("org.apache.pulsar") {
1815-
modules = [
1816-
"pulsar-client-reactive-adapter",
1817-
"pulsar-client-reactive-api",
1818-
"pulsar-client-reactive-jackson",
1819-
"pulsar-client-reactive-producer-cache-caffeine-shaded",
1820-
"pulsar-client-reactive-producer-cache-caffeine"
1815+
imports = [
1816+
"pulsar-client-reactive-bom"
18211817
]
18221818
}
18231819
links {

0 commit comments

Comments
 (0)