<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
<version>3.1.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-jms', version='3.1.0.RELEASE')
)
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.1.0.RELEASE</version> </parent>
compile
|-- org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec:2.0.0
|-- aopalliance:aopalliance:1.0
|-- commons-pool:commons-pool:1.5.3
|-- org.springframework:spring-aop
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-oxm
|-- org.springframework:spring-tx
|-- org.codehaus.jackson:jackson-mapper-asl:1.4.2
provided
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1
test
|-- junit:junit