<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.0.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-test', version='4.0.0.RELEASE')
)
compile
|-- com.jayway.jsonpath:json-path:0.9.0
|-- javax.portlet:portlet-api:2.0
|-- javax.servlet.jsp:jsp-api:2.1
|-- javax.servlet:javax.servlet-api:3.0.1
|-- junit:junit:4.11
|-- org.aspectj:aspectjweaver:1.8.0.M1
|-- org.eclipse.persistence:javax.persistence:2.0.0
|-- org.hamcrest:hamcrest-core:1.3
|-- org.springframework:spring-beans:4.0.0.RELEASE
|-- org.springframework:spring-context:4.0.0.RELEASE
|-- org.springframework:spring-core:4.0.0.RELEASE
|-- org.springframework:spring-jdbc:4.0.0.RELEASE
|-- org.springframework:spring-orm:4.0.0.RELEASE
|-- org.springframework:spring-tx:4.0.0.RELEASE
|-- org.springframework:spring-web:4.0.0.RELEASE
|-- org.springframework:spring-webmvc:4.0.0.RELEASE
|-- org.springframework:spring-webmvc-portlet:4.0.0.RELEASE
provided
|-- javax.activation:activation:1.1