We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 849242e + 00cc470 commit 64b1e56Copy full SHA for 64b1e56
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1813,12 +1813,8 @@ bom {
1813
}
1814
library("Pulsar Reactive", "0.5.10") {
1815
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"
+ imports = [
+ "pulsar-client-reactive-bom"
1822
]
1823
1824
links {
0 commit comments