From fa8423b13963b4f0ebfd215ce695e44dad022b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Thu, 8 Aug 2024 02:38:52 -0500 Subject: [PATCH] Use activemq-bom ActiveMQ 6.1.3 provides activemq-bom. See gh-41718 --- .../spring-boot-dependencies/build.gradle | 27 +++---------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 6e21d1bf7cb6..1e325ea684a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -17,34 +17,15 @@ bom { library("ActiveMQ", "6.1.3") { group("org.apache.activemq") { modules = [ - "activemq-amqp", - "activemq-blueprint", - "activemq-broker", - "activemq-client", "activemq-console" { exclude group: "commons-logging", module: "commons-logging" }, - "activemq-http", - "activemq-jaas", - "activemq-jdbc-store", - "activemq-jms-pool", - "activemq-kahadb-store", - "activemq-karaf", - "activemq-log4j-appender", - "activemq-mqtt", - "activemq-openwire-generator", - "activemq-openwire-legacy", - "activemq-osgi", - "activemq-pool", - "activemq-ra", - "activemq-run", - "activemq-runtime-config", - "activemq-shiro", "activemq-spring" { exclude group: "commons-logging", module: "commons-logging" - }, - "activemq-stomp", - "activemq-web" + } + ] + imports = [ + "activemq-bom" ] } links {