<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-web</artifactId>
<version>2.4.5</version>
</dependency>
compile
|-- org.slf4j:jcl-over-slf4j:1.7.5
|-- org.grails:grails-web-gsp:2.4.5
|-- org.grails:grails-web-common:2.4.5
|-- org.grails:grails-web-mvc:2.4.5
|-- org.grails:grails-web-url-mappings:2.4.5
|-- org.codehaus.groovy:groovy-all:2.3.11
|-- org.grails:grails-web-sitemesh:2.4.5
|-- org.grails:grails-web-databinding:2.4.5
|-- org.grails:grails-web-fileupload:2.4.5
|-- org.grails:grails-web-jsp:2.4.5
runtime
|-- org.springframework:spring-aspects:4.0.9.RELEASE
|-- org.aspectj:aspectjrt:1.8.4
|-- org.aspectj:aspectjweaver:1.8.4
test
|-- org.spockframework:spock-core:0.7-groovy-2.0
|-- org.objenesis:objenesis:1.4
|-- junit:junit:4.11