Skip to content

Commit 64b1e56

Browse files
committed
Merge pull request #44202 from onobc
* pr/44202: Use Pulsar Client Reactive BOM Closes gh-44202
2 parents 849242e + 00cc470 commit 64b1e56

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

+2-6
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)