Skip to content

Commit 4591df1

Browse files
committed
Merge branch '3.3.x'
Closes gh-41875
2 parents bb72a9d + 63718fb commit 4591df1

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

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

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,34 +17,15 @@ bom {
1717
library("ActiveMQ", "6.1.3") {
1818
group("org.apache.activemq") {
1919
modules = [
20-
"activemq-amqp",
21-
"activemq-blueprint",
22-
"activemq-broker",
23-
"activemq-client",
2420
"activemq-console" {
2521
exclude group: "commons-logging", module: "commons-logging"
2622
},
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",
4323
"activemq-spring" {
4424
exclude group: "commons-logging", module: "commons-logging"
45-
},
46-
"activemq-stomp",
47-
"activemq-web"
25+
}
26+
]
27+
imports = [
28+
"activemq-bom"
4829
]
4930
}
5031
links {

0 commit comments

Comments
 (0)