Skip to content

Commit 9ffd0ff

Browse files
committed
Restore dependencies with exclusions
1 parent ff93cbb commit 9ffd0ff

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@ bom {
1616
}
1717
library("ActiveMQ", "6.1.3") {
1818
group("org.apache.activemq") {
19+
modules = [
20+
"activemq-console" {
21+
exclude group: "commons-logging", module: "commons-logging"
22+
},
23+
"activemq-spring" {
24+
exclude group: "commons-logging", module: "commons-logging"
25+
}
26+
]
1927
imports = [
20-
"activemq-bom"
28+
"activemq-bom"
2129
]
2230
}
2331
links {

0 commit comments

Comments
 (0)