<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.2.4.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-tx', version='3.2.4.RELEASE')
)
compile
|-- aopalliance:aopalliance:1.0
|-- javax.resource:connector-api:1.5
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1
|-- org.springframework:spring-aop:3.2.4.RELEASE
|-- org.springframework:spring-beans:3.2.4.RELEASE
|-- org.springframework:spring-context:3.2.4.RELEASE
|-- org.springframework:spring-core:3.2.4.RELEASE
provided