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