<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>2.1.16.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-amqp', version='2.1.16.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-core:2.9.10
|-- com.fasterxml.jackson.core:jackson-databind:2.9.10.4
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.10
|-- org.springframework.retry:spring-retry:1.2.5.RELEASE
|-- org.springframework:spring-context:5.1.17.RELEASE
|-- org.springframework:spring-core:5.1.17.RELEASE