From af89c2bb5f677869ef75281af546e04db4e72aaa Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Wed, 3 Jan 2024 16:44:03 -0600 Subject: [PATCH] Use Spring Pulsar BOM See gh-38966 --- spring-boot-project/spring-boot-dependencies/build.gradle | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 6bd934ee003..dc780c96470 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,11 +1585,8 @@ bom { library("Spring Pulsar", "1.0.2-SNAPSHOT") { considerSnapshots() group("org.springframework.pulsar") { - modules = [ - "spring-pulsar", - "spring-pulsar-cache-provider", - "spring-pulsar-cache-provider-caffeine", - "spring-pulsar-reactive" + imports = [ + "spring-pulsar-bom" ] } }