Polish "Reintroduce support for ActiveMQ"
See gh-35048
This commit is contained in:
@@ -17,9 +17,36 @@ bom {
|
||||
library("ActiveMQ", "5.18.1") {
|
||||
group("org.apache.activemq") {
|
||||
modules = [
|
||||
"activemq-amqp",
|
||||
"activemq-blueprint",
|
||||
"activemq-broker",
|
||||
"activemq-client",
|
||||
"activemq-client-jakarta",
|
||||
"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-partition",
|
||||
"activemq-pool",
|
||||
"activemq-ra",
|
||||
"activemq-run",
|
||||
"activemq-runtime-config",
|
||||
"activemq-shiro",
|
||||
"activemq-spring" {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
},
|
||||
"activemq-stomp",
|
||||
"activemq-web"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1217,6 +1244,7 @@ bom {
|
||||
"spring-boot-loader-tools",
|
||||
"spring-boot-properties-migrator",
|
||||
"spring-boot-starter",
|
||||
"spring-boot-starter-activemq",
|
||||
"spring-boot-starter-actuator",
|
||||
"spring-boot-starter-amqp",
|
||||
"spring-boot-starter-aop",
|
||||
|
||||
Reference in New Issue
Block a user