parent
1dd823b549
commit
43e02a2d7d
|
@ -14,14 +14,13 @@ bom {
|
||||||
issueLabels = ["type: dependency-upgrade"]
|
issueLabels = ["type: dependency-upgrade"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("ActiveMQ", "6.1.0") {
|
library("ActiveMQ", "6.1.1") {
|
||||||
group("org.apache.activemq") {
|
group("org.apache.activemq") {
|
||||||
modules = [
|
modules = [
|
||||||
"activemq-amqp",
|
"activemq-amqp",
|
||||||
"activemq-blueprint",
|
"activemq-blueprint",
|
||||||
"activemq-broker",
|
"activemq-broker",
|
||||||
"activemq-client",
|
"activemq-client",
|
||||||
"activemq-client-jakarta",
|
|
||||||
"activemq-console" {
|
"activemq-console" {
|
||||||
exclude group: "commons-logging", module: "commons-logging"
|
exclude group: "commons-logging", module: "commons-logging"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue