12 lines
338 B
Groovy
12 lines
338 B
Groovy
plugins {
|
|
id "java"
|
|
id "org.springframework.boot.conventions"
|
|
}
|
|
|
|
description = "Spring Boot Actuator ActiveMQ smoke test"
|
|
|
|
dependencies {
|
|
implementation project(":spring-boot-project:spring-boot-starters:spring-boot-starter-activemq")
|
|
|
|
testImplementation project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test")
|
|
} |