Files
spring-amqp/settings.gradle
Gary Russell 4fded3dde1 AMQP-678: Move BrokerRunning @Rule to junit Jar
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
2016-12-02 15:05:09 -05:00

7 lines
144 B
Groovy

rootProject.name = 'spring-amqp-dist'
include 'spring-amqp'
include 'spring-rabbit'
include 'spring-rabbit-junit'
include 'spring-rabbit-test'