File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
spring-boot-starters/spring-boot-starter-activemq Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -608,6 +608,13 @@ bom {
608
608
]
609
609
}
610
610
}
611
+ library(" Jakarta Management" , " 1.1.4" ) {
612
+ group(" jakarta.management.j2ee" ) {
613
+ modules = [
614
+ " jakarta.management.j2ee-api"
615
+ ]
616
+ }
617
+ }
611
618
library(" Jakarta Persistence" , " 2.2.3" ) {
612
619
prohibit(" [3.0.0-RC1,)" ) {
613
620
because " it uses the jakarta.* namespace"
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ dependencies {
8
8
api(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter" ))
9
9
api(" org.springframework:spring-jms" )
10
10
api(" org.apache.activemq:activemq-broker" ) {
11
+ exclude group : " org.apache.geronimo.specs" , module : " geronimo-j2ee-management_1.1_spec"
11
12
exclude group : " org.apache.geronimo.specs" , module : " geronimo-jms_1.1_spec"
12
13
}
13
14
api(" jakarta.jms:jakarta.jms-api" )
15
+ api(" jakarta.management.j2ee:jakarta.management.j2ee-api" )
14
16
}
You can’t perform that action at this time.
0 commit comments