<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>1.7.4.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-rabbit', version='1.7.4.RELEASE')
)
compile
|-- org.springframework:spring-messaging:4.3.11.RELEASE
|-- org.springframework:spring-web:4.3.11.RELEASE
|-- org.springframework:spring-context:4.3.11.RELEASE
|-- org.springframework:spring-aop:4.3.11.RELEASE
|-- com.rabbitmq:http-client:1.1.1.RELEASE
|-- com.rabbitmq:amqp-client:4.0.3
|-- org.springframework.retry:spring-retry:1.2.0.RELEASE
|-- org.springframework.amqp:spring-amqp:1.7.4.RELEASE
|-- org.apache.logging.log4j:log4j-core:2.7