<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-core</artifactId>
<version>2.5.2</version>
</dependency>
compile
|-- org.grails:grails-bootstrap:2.5.2
|-- org.slf4j:jcl-over-slf4j:1.7.5
|-- org.springframework:spring-beans:4.1.6.RELEASE
|-- org.springframework:spring-core:4.1.6.RELEASE
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4
|-- org.grails:grails-spring:2.5.2
|-- org.springframework:spring-context:4.1.6.RELEASE
|-- org.springframework:spring-tx:4.1.6.RELEASE
|-- org.codehaus.groovy:groovy-all:2.4.4
|-- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
runtime
|-- aopalliance:aopalliance:1.0
|-- org.aspectj:aspectjrt:1.8.5
test
|-- org.objenesis:objenesis:1.4
|-- junit:junit:4.12