<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>3.2.12.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework" % "spring-context-support" % "3.2.12.RELEASE"
@Grapes(
@Grab(group='org.springframework', module='spring-context-support', version='3.2.12.RELEASE')
)
<dependency org="org.springframework" name="spring-context-support" rev="3.2.12.RELEASE" />
compile
|-- net.sf.ehcache:ehcache-core:2.0.1
|-- net.sf.jasperreports:jasperreports:3.7.6
|-- org.codehaus.fabric3.api:commonj:1.1.0
|-- org.freemarker:freemarker:2.3.20
|-- org.quartz-scheduler:quartz:1.7.3
|-- org.springframework:spring-beans:3.2.12.RELEASE
|-- org.springframework:spring-context:3.2.12.RELEASE
|-- org.springframework:spring-core:3.2.12.RELEASE
|-- org.springframework:spring-jdbc:3.2.12.RELEASE
|-- org.springframework:spring-tx:3.2.12.RELEASE
provided