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" ] } }