<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-amqp</artifactId>
<version>1.3.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-amqp', version='1.3.3.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-core:2.3.2
|-- com.fasterxml.jackson.core:jackson-databind:2.3.2
|-- org.springframework:spring-context:3.2.8.RELEASE
|-- org.codehaus.jackson:jackson-mapper-asl:1.9.13
|-- org.springframework:spring-oxm:3.2.8.RELEASE