<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<version>1.1.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.amqp', module='spring-rabbit', version='1.1.1.RELEASE')
)
<parent> <groupId>org.springframework.amqp</groupId> <artifactId>spring-amqp-parent</artifactId> <version>1.1.1.RELEASE</version> </parent>
compile
|-- org.springframework.amqp:spring-amqp
|-- org.springframework:spring-aop
|-- org.springframework:spring-tx
|-- org.springframework:spring-test
|-- org.springframework.retry:spring-retry:1.0.1.RELEASE
|-- log4j:log4j
|-- junit:junit
runtime
test
|-- org.springframework.amqp:spring-erlang