<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>2.0.11.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-amqp', version='2.0.11.RELEASE')
)
compile
|-- org.springframework:spring-core:5.0.12.RELEASE
|-- org.springframework:spring-messaging:5.0.12.RELEASE
|-- org.springframework:spring-oxm:5.0.12.RELEASE
|-- org.springframework:spring-context:5.0.12.RELEASE
|-- org.springframework.retry:spring-retry:1.2.2.RELEASE