|
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"))
|
|
api(project(":spring-boot-project:spring-boot-artemis"))
|
|
}
|