2022-01-07 20:35:46 +08:00
|
|
|
plugins {
|
|
|
|
id "org.springframework.boot.starter"
|
|
|
|
}
|
|
|
|
|
|
|
|
description = "Starter for JMS messaging using Apache Artemis"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
2025-03-18 22:00:11 +08:00
|
|
|
api(project(":spring-boot-project:spring-boot-artemis"))
|
2022-01-07 20:35:46 +08:00
|
|
|
}
|