diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 2bfe1e8e992f..04dc0b172fa0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -14,37 +14,18 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "6.1.2") { + 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 {