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