Skip to content

Commit ff93cbb

Browse files
committed
Use activemq-bom
ActiveMQ 6.1.3 provides activemq-bom.
1 parent a195c43 commit ff93cbb

File tree

1 file changed

+3
-30
lines changed

1 file changed

+3
-30
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,10 @@ bom {
1414
issueLabels = ["type: dependency-upgrade"]
1515
}
1616
}
17-
library("ActiveMQ", "6.1.2") {
17+
library("ActiveMQ", "6.1.3") {
1818
group("org.apache.activemq") {
19-
modules = [
20-
"activemq-amqp",
21-
"activemq-blueprint",
22-
"activemq-broker",
23-
"activemq-client",
24-
"activemq-console" {
25-
exclude group: "commons-logging", module: "commons-logging"
26-
},
27-
"activemq-http",
28-
"activemq-jaas",
29-
"activemq-jdbc-store",
30-
"activemq-jms-pool",
31-
"activemq-kahadb-store",
32-
"activemq-karaf",
33-
"activemq-log4j-appender",
34-
"activemq-mqtt",
35-
"activemq-openwire-generator",
36-
"activemq-openwire-legacy",
37-
"activemq-osgi",
38-
"activemq-pool",
39-
"activemq-ra",
40-
"activemq-run",
41-
"activemq-runtime-config",
42-
"activemq-shiro",
43-
"activemq-spring" {
44-
exclude group: "commons-logging", module: "commons-logging"
45-
},
46-
"activemq-stomp",
47-
"activemq-web"
19+
imports = [
20+
"activemq-bom"
4821
]
4922
}
5023
links {

0 commit comments

Comments
 (0)