<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.1.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-context', version='3.1.1.RELEASE')
)
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.1.1.RELEASE</version> </parent>
compile
|-- backport-util-concurrent:backport-util-concurrent:3.0
|-- javax.annotation:jsr250-api:1.0
|-- org.apache.geronimo.specs:geronimo-ejb_3.0_spec:1.0.1
|-- org.apache.geronimo.specs:geronimo-interceptor_3.0_spec:1.0.1
|-- javax.inject:javax.inject:1
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1
|-- javax.persistence:persistence-api:1.0
|-- javax.validation:validation-api:1.0.0.GA
|-- javax.xml.ws:jaxws-api:2.1-1
|-- aopalliance:aopalliance:1.0
|-- org.codehaus.groovy:groovy-all:1.6.3
|-- asm:asm:3.0
|-- org.springframework:spring-aop
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
|-- org.springframework:spring-expression
|-- org.springframework:spring-instrument
|-- org.springframework:spring-asm
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1
|-- net.sf.ehcache:ehcache-core:2.0.0
|-- org.hamcrest:hamcrest-all:1.1
|-- org.hibernate:com.springsource.org.hibernate.validator:4.2.0.Final
provided
|-- org.codehaus.jsr166-mirror:jsr166:1.7.0
test
|-- javax.inject:javax.inject-tck:1
|-- commons-pool:commons-pool:1.5.3
|-- commons-dbcp:commons-dbcp:1.2.2
|-- log4j:log4j
|-- junit:junit