From 00cc4703548a528558dd73ada48780574308f06c Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 10 Feb 2025 15:44:40 -0600 Subject: [PATCH] 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 --- spring-boot-project/spring-boot-dependencies/build.gradle | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 287d4c1b839..57d63e322eb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -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 {