<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-spring</artifactId>
<version>2.5.2</version>
</dependency>
compile
|-- org.springframework:spring-tx:4.1.6.RELEASE
|-- org.grails:grails-bootstrap:2.5.2
|-- org.slf4j:jcl-over-slf4j:1.7.5
|-- org.codehaus.groovy:groovy-all:2.4.4
|-- org.springframework:spring-web:4.1.6.RELEASE
test
|-- org.objenesis:objenesis:1.4
|-- junit:junit:4.12