Create spring-boot-jms module

This commit is contained in:
Stéphane Nicoll
2025-03-18 11:37:00 +01:00
committed by Phillip Webb
parent b0f5788d9a
commit f78a6fa37a
49 changed files with 252 additions and 105 deletions

View File

@@ -6,6 +6,6 @@ description = "Starter for JMS messaging using Apache ActiveMQ"
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api("org.springframework:spring-jms")
api(project(":spring-boot-project:spring-boot-jms"))
api("org.apache.activemq:activemq-client")
}

View File

@@ -6,6 +6,6 @@ description = "Starter for JMS messaging using Apache Artemis"
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api("org.springframework:spring-jms")
api(project(":spring-boot-project:spring-boot-jms"))
api("org.apache.activemq:artemis-jakarta-client")
}