Files
spring-amqp/settings.gradle
Gary Russell 1150fe4899 AMQP-531: Log4j2 AmqpAppender
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
2016-02-03 17:03:58 -05:00

6 lines
114 B
Groovy

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