Polish "Reintroduce support for ActiveMQ"

See gh-35048
This commit is contained in:
Stephane Nicoll
2023-04-18 13:55:37 +02:00
parent 3e9908a797
commit a323bd90a8
21 changed files with 299 additions and 29 deletions

View File

@@ -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",