<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>2.3.0</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-amqp', version='2.3.0')
)
compile
|-- org.springframework:spring-core:5.3.0
|-- org.springframework.retry:spring-retry:1.3.0
|-- org.springframework:spring-messaging:5.3.0
|-- org.springframework:spring-oxm:5.3.0
|-- org.springframework:spring-context:5.3.0
|-- com.fasterxml.jackson.core:jackson-core:2.11.3
|-- com.fasterxml.jackson.core:jackson-databind:2.11.3
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.3