<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-rabbit', version='2.0.3.RELEASE')
)
compile
|-- org.springframework.amqp:spring-amqp:2.0.3.RELEASE
|-- com.rabbitmq:amqp-client:5.1.2
|-- com.rabbitmq:http-client:2.0.1.RELEASE
|-- org.springframework:spring-aop:5.0.5.RELEASE
|-- org.springframework:spring-context:5.0.5.RELEASE
|-- org.springframework:spring-messaging:5.0.5.RELEASE
|-- org.springframework:spring-tx:5.0.5.RELEASE
|-- org.springframework:spring-web:5.0.5.RELEASE
|-- org.springframework.retry:spring-retry:1.2.2.RELEASE