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"))
|
2025-03-18 21:28:53 +08:00
|
|
|
api(project(":spring-boot-project:spring-boot-activemq"))
|
2023-03-30 14:38:36 +08:00
|
|
|
}
|