<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-core</artifactId>
<version>3.1.0.RC1</version>
</dependency>
compile
|-- org.springframework.boot:spring-boot:1.3.1.RELEASE
|-- org.springframework:spring-tx:4.2.4.RELEASE
|-- org.slf4j:jcl-over-slf4j:1.7.10
|-- org.springframework:spring-core:4.2.4.RELEASE
|-- org.springframework:spring-context:4.2.4.RELEASE
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2
|-- org.grails:grails-spring:3.1.0.RC1
|-- org.grails:grails-bootstrap:3.1.0.RC1
|-- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:1.0.0.Final
|-- org.slf4j:slf4j-api:1.7.10
|-- org.codehaus.groovy:groovy:2.4.5
|-- org.springframework:spring-beans:4.2.4.RELEASE
runtime
test
|-- org.codehaus.groovy:groovy-test:2.4.5
|-- org.objenesis:objenesis:1.4
|-- junit:junit:4.12