File tree Expand file tree Collapse file tree 1 file changed +4
-23
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Original file line number Diff line number Diff line change @@ -17,34 +17,15 @@ bom {
17
17
library(" ActiveMQ" , " 6.1.3" ) {
18
18
group(" org.apache.activemq" ) {
19
19
modules = [
20
- " activemq-amqp" ,
21
- " activemq-blueprint" ,
22
- " activemq-broker" ,
23
- " activemq-client" ,
24
20
" activemq-console" {
25
21
exclude group : " commons-logging" , module : " commons-logging"
26
22
},
27
- " activemq-http" ,
28
- " activemq-jaas" ,
29
- " activemq-jdbc-store" ,
30
- " activemq-jms-pool" ,
31
- " activemq-kahadb-store" ,
32
- " activemq-karaf" ,
33
- " activemq-log4j-appender" ,
34
- " activemq-mqtt" ,
35
- " activemq-openwire-generator" ,
36
- " activemq-openwire-legacy" ,
37
- " activemq-osgi" ,
38
- " activemq-pool" ,
39
- " activemq-ra" ,
40
- " activemq-run" ,
41
- " activemq-runtime-config" ,
42
- " activemq-shiro" ,
43
23
" activemq-spring" {
44
24
exclude group : " commons-logging" , module : " commons-logging"
45
- },
46
- " activemq-stomp" ,
47
- " activemq-web"
25
+ }
26
+ ]
27
+ imports = [
28
+ " activemq-bom"
48
29
]
49
30
}
50
31
links {
You can’t perform that action at this time.
0 commit comments