<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>1.6.11.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-rabbit', version='1.6.11.RELEASE')
)
compile
|-- org.springframework:spring-web:4.2.9.RELEASE
|-- org.springframework.retry:spring-retry:1.1.5.RELEASE
|-- org.springframework:spring-messaging:4.2.9.RELEASE
|-- org.springframework:spring-aop:4.2.9.RELEASE
|-- org.springframework:spring-context:4.2.9.RELEASE
|-- org.springframework:spring-tx:4.2.9.RELEASE
|-- com.rabbitmq:http-client:1.0.0.RELEASE
|-- org.apache.logging.log4j:log4j-core:2.5
|-- org.springframework.amqp:spring-amqp:1.6.11.RELEASE