File tree 2 files changed +9
-0
lines changed
spring-boot-starters/spring-boot-starter-activemq
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -548,6 +548,13 @@ bom {
548
548
]
549
549
}
550
550
}
551
+ library(" Jakarta Management" , " 1.1.4" ) {
552
+ group(" jakarta.management.j2ee" ) {
553
+ modules = [
554
+ " jakarta.management.j2ee-api"
555
+ ]
556
+ }
557
+ }
551
558
library(" Jakarta Persistence" , " 2.2.3" ) {
552
559
group(" jakarta.persistence" ) {
553
560
modules = [
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