JIRA: https://jira.spring.io/browse/AMQP-531 Initial Commit. Add Properties Test Polishing Move the log4j2 Appender back to spring-rabbit - my concern about log4j and log4j2 on the classpath were unfounded. * Polishing according PR comments
6 lines
114 B
Groovy
6 lines
114 B
Groovy
rootProject.name = 'spring-amqp-dist'
|
|
|
|
include 'spring-amqp'
|
|
include 'spring-rabbit'
|
|
include 'spring-rabbit-test'
|