<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
<version>4.0.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-jms', version='4.0.0.RELEASE')
)
compile
|-- aopalliance:aopalliance:1.0
|-- com.fasterxml.jackson.core:jackson-databind:2.2.2
|-- javax.resource:connector-api:1.5
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1
|-- org.codehaus.jackson:jackson-mapper-asl:1.9.12
|-- org.springframework:spring-aop:4.0.0.RELEASE
|-- org.springframework:spring-beans:4.0.0.RELEASE
|-- org.springframework:spring-context:4.0.0.RELEASE
|-- org.springframework:spring-core:4.0.0.RELEASE
|-- org.springframework:spring-oxm:4.0.0.RELEASE
|-- org.springframework:spring-tx:4.0.0.RELEASE
provided