plugins {
id 'java'
id 'org.springframework.boot.conventions'
}
description = 'Spring Boot AMQP smoke test'
dependencies {
implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-amqp')