2023-03-30 14:38:36 +08:00
|
|
|
plugins {
|
|
|
|
id "org.springframework.boot.starter"
|
|
|
|
}
|
|
|
|
|
|
|
|
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")
|
2024-03-19 23:31:35 +08:00
|
|
|
api("org.apache.activemq:activemq-client")
|
2023-03-30 14:38:36 +08:00
|
|
|
}
|