<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.1.3.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-test', version='3.1.3.RELEASE')
)
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.1.3.RELEASE</version> </parent>
compile
|-- junit:junit
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-orm
|-- org.springframework:spring-tx
|-- org.springframework:spring-web
|-- org.springframework:spring-webmvc-portlet
|-- org.springframework:spring-webmvc
provided
|-- javax.activation:activation:1.1
|-- javax.persistence:persistence-api:1.0
|-- javax.portlet:portlet-api:2.0
|-- javax.servlet:servlet-api:2.5
|-- javax.servlet.jsp:jsp-api:2.1
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1
test
|-- javax.inject:javax.inject:1
|-- org.hibernate:hibernate-core:3.6.0.Final