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