From e03e8a16f3858552fd4a77a06a57962c00705b3f 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. 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 74b4f28bab83..840e1153d8b3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1812,12 +1812,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 {