2019-10-11 14:22:30 -04:00
|
|
|
description = "Spring Amqp"
|
2019-10-13 02:10:16 -04:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
// SPRING
|
|
|
|
compile 'org.springframework.boot:spring-boot-starter-amqp:2.1.8.RELEASE'
|
|
|
|
|
|
|
|
testCompile group: 'org.awaitility', name: 'awaitility', version: '4.0.1'
|
|
|
|
}
|
|
|
|
|