<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>1.7.6.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-rabbit', version='1.7.6.RELEASE')
)
compile
|-- org.springframework.amqp:spring-amqp:1.7.6.RELEASE
|-- org.springframework:spring-tx:4.3.13.RELEASE
|-- org.springframework.retry:spring-retry:1.2.1.RELEASE
|-- org.springframework:spring-messaging:4.3.13.RELEASE
|-- com.rabbitmq:http-client:1.1.1.RELEASE
|-- com.rabbitmq:amqp-client:4.0.3
|-- org.springframework:spring-aop:4.3.13.RELEASE
|-- org.springframework:spring-web:4.3.13.RELEASE
|-- org.apache.logging.log4j:log4j-core:2.7
|-- ch.qos.logback:logback-classic:1.1.7