<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>2.1.11.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-amqp', version='2.1.11.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-core:2.9.9
|-- com.fasterxml.jackson.core:jackson-databind:2.9.9.3
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.9
|-- org.springframework.retry:spring-retry:1.2.4.RELEASE
|-- org.springframework:spring-context:5.1.10.RELEASE
|-- org.springframework:spring-core:5.1.10.RELEASE