<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>1.7.9.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-rabbit', version='1.7.9.RELEASE')
)
compile
|-- org.springframework:spring-context:4.3.18.RELEASE
|-- org.springframework:spring-aop:4.3.18.RELEASE
|-- org.springframework.amqp:spring-amqp:1.7.9.RELEASE
|-- org.springframework:spring-messaging:4.3.18.RELEASE
|-- org.springframework.retry:spring-retry:1.2.2.RELEASE
|-- com.rabbitmq:http-client:1.1.1.RELEASE
|-- org.springframework:spring-web:4.3.18.RELEASE
|-- com.rabbitmq:amqp-client:4.0.3
|-- ch.qos.logback:logback-classic:1.1.11
|-- org.springframework:spring-tx:4.3.18.RELEASE