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