<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>3.0.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-jdbc', version='3.0.0.RELEASE')
)
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.0.0.RELEASE</version> </parent>
compile
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-tx
|-- org.apache.derby:com.springsource.org.apache.derby:10.5.1000001.764942
|-- org.apache.derby:com.springsource.org.apache.derby.client:10.5.1000001.764942
provided
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1
test
|-- junit:junit