<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-spring</artifactId>
<version>2.4.3</version>
</dependency>
compile
|-- org.slf4j:jcl-over-slf4j:1.7.5
|-- org.springframework:spring-tx:4.0.6.RELEASE
|-- org.codehaus.groovy:groovy-all:2.3.6
|-- org.springframework:spring-web:4.0.6.RELEASE
|-- org.grails:grails-bootstrap:2.4.3
test
|-- org.spockframework:spock-core:0.7-groovy-2.0
|-- org.objenesis:objenesis:1.2
|-- junit:junit:4.11