<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-core</artifactId>
<version>2.0.6.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-core', version='2.0.6.RELEASE')
)
compile
|-- org.springframework:spring-tx:3.2.5.RELEASE
|-- org.springframework:spring-beans:3.2.5.RELEASE
|-- org.springframework:spring-context:3.2.5.RELEASE
|-- org.slf4j:jcl-over-slf4j:1.7.5
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3.1
|-- org.javassist:javassist:3.17.1-GA
|-- org.springframework:spring-core:3.2.5.RELEASE
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.1.Final
test
|-- org.springframework:spring-context:3.2.5.RELEASE
|-- org.grails:grails-core:2.3.4
|-- org.springframework:spring-web:3.2.5.RELEASE
|-- org.spockframework:spock-core:0.7-groovy-2.0