JIRA: https://jira.spring.io/browse/AMQP-678 Convert `BrokerRunning` to use the amqp-client directly to avoid circular reference. Also `LongRunningIntegrationTest`. Polishing - PR Comments
7 lines
144 B
Groovy
7 lines
144 B
Groovy
rootProject.name = 'spring-amqp-dist'
|
|
|
|
include 'spring-amqp'
|
|
include 'spring-rabbit'
|
|
include 'spring-rabbit-junit'
|
|
include 'spring-rabbit-test'
|