<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>3.0.6.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-context-support', version='3.0.6.RELEASE')
)
<dependency org="org.springframework" name="spring-context-support" rev="3.0.6.RELEASE" />
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.0.6.RELEASE</version> </parent>
compile
|-- com.bea.commonj:com.springsource.commonj:1.1.0
|-- net.sf.ehcache:ehcache:1.6.2
|-- jasperreports:jasperreports:2.0.5
|-- commons-collections:commons-collections:3.2
|-- org.freemarker:freemarker:2.3.15
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-tx
provided
|-- javax.activation:activation:1.1
test
|-- log4j:log4j
|-- junit:junit