File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
spring-boot-actuator-autoconfigure
spring-boot-autoconfigure
spring-boot-starters/spring-boot-starter-activemq
spring-boot-testcontainers Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ dependencies {
7979 optional(" jakarta.persistence:jakarta.persistence-api" )
8080 optional(" jakarta.servlet:jakarta.servlet-api" )
8181 optional(" javax.cache:cache-api" )
82- optional(" org.apache.activemq:activemq-client-jakarta " )
82+ optional(" org.apache.activemq:activemq-client" )
8383 optional(" org.apache.commons:commons-dbcp2" ) {
8484 exclude group : " commons-logging" , module : " commons-logging"
8585 }
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
4949 optional(" jakarta.ws.rs:jakarta.ws.rs-api" )
5050 optional(" javax.cache:cache-api" )
5151 optional(" javax.money:money-api" )
52- optional(" org.apache.activemq:activemq-client-jakarta " )
52+ optional(" org.apache.activemq:activemq-client" )
5353 optional(" org.apache.activemq:artemis-jakarta-client" ) {
5454 exclude group : " commons-logging" , module : " commons-logging"
5555 }
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ description = "Starter for JMS messaging using Apache ActiveMQ"
77dependencies {
88 api(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter" ))
99 api(" org.springframework:spring-jms" )
10- api(" org.apache.activemq:activemq-client-jakarta " )
10+ api(" org.apache.activemq:activemq-client" )
1111}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444 testImplementation(" io.rest-assured:rest-assured" ) {
4545 exclude group : " commons-logging" , module : " commons-logging"
4646 }
47- testImplementation(" org.apache.activemq:activemq-client-jakarta " )
47+ testImplementation(" org.apache.activemq:activemq-client" )
4848 testImplementation(" org.apache.activemq:artemis-jakarta-client" ) {
4949 exclude group : " commons-logging" , module : " commons-logging"
5050 }
You can’t perform that action at this time.
0 commit comments