Merge pull request #41718 from
* gh-41718: Use activemq-bom Closes gh-41718
This commit is contained in:
commit
63718fb2ab
|
@ -17,34 +17,15 @@ bom {
|
||||||
library("ActiveMQ", "6.1.3") {
|
library("ActiveMQ", "6.1.3") {
|
||||||
group("org.apache.activemq") {
|
group("org.apache.activemq") {
|
||||||
modules = [
|
modules = [
|
||||||
"activemq-amqp",
|
|
||||||
"activemq-blueprint",
|
|
||||||
"activemq-broker",
|
|
||||||
"activemq-client",
|
|
||||||
"activemq-console" {
|
"activemq-console" {
|
||||||
exclude group: "commons-logging", module: "commons-logging"
|
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" {
|
"activemq-spring" {
|
||||||
exclude group: "commons-logging", module: "commons-logging"
|
exclude group: "commons-logging", module: "commons-logging"
|
||||||
},
|
}
|
||||||
"activemq-stomp",
|
]
|
||||||
"activemq-web"
|
imports = [
|
||||||
|
"activemq-bom"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
links {
|
links {
|
||||||
|
|
Loading…
Reference in New Issue