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