<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.0.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-tx', version='3.0.3.RELEASE')
)
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.0.3.RELEASE</version> </parent>
compile
|-- javax.resource:connector-api:1.5
|-- aopalliance:aopalliance:1.0
|-- org.springframework:spring-aop
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
provided
|-- com.ibm.websphere:com.springsource.com.ibm.websphere.uow:6.0.2.17
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1
test
|-- junit:junit
|-- org.easymock:easymockclassextension:2.3