<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
<version>4.2.4.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-jms', version='4.2.4.RELEASE')
)
compile
|-- aopalliance:aopalliance:1.0
|-- com.fasterxml.jackson.core:jackson-databind:2.6.4
|-- javax.resource:connector-api:1.5
|-- javax.transaction:javax.transaction-api:1.2
|-- org.springframework:spring-aop:4.2.4.RELEASE
|-- org.springframework:spring-beans:4.2.4.RELEASE
|-- org.springframework:spring-context:4.2.4.RELEASE
|-- org.springframework:spring-core:4.2.4.RELEASE
|-- org.springframework:spring-messaging:4.2.4.RELEASE
|-- org.springframework:spring-oxm:4.2.4.RELEASE
|-- org.springframework:spring-tx:4.2.4.RELEASE
provided