<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>2.2.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-amqp', version='2.2.3.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-core:2.10.0
|-- com.fasterxml.jackson.core:jackson-databind:2.10.0
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.10.0
|-- com.jayway.jsonpath:json-path:2.4.0
|-- org.springframework.data:spring-data-commons:2.2.3.RELEASE
|-- org.springframework.retry:spring-retry:1.2.4.RELEASE
|-- org.springframework:spring-context:5.2.2.RELEASE
|-- org.springframework:spring-core:5.2.2.RELEASE