<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-core</artifactId>
<version>2.3.0.RC2</version>
</dependency>
compile
|-- commons-collections:commons-collections:3.2.1
|-- org.springframework:spring-aspects:3.2.4.RELEASE
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.3.1
|-- org.springframework:spring-tx:3.2.4.RELEASE
|-- org.springframework:spring-expression:3.2.4.RELEASE
|-- org.springframework:spring-core:3.2.4.RELEASE
|-- org.grails:grails-spring:2.3.0.RC2
|-- org.springframework:spring-context-support:3.2.4.RELEASE
|-- org.slf4j:jcl-over-slf4j:1.7.5
|-- org.springframework:spring-aop:3.2.4.RELEASE
|-- org.springframework:spring-context:3.2.4.RELEASE
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.1.Final
|-- commons-validator:commons-validator:1.3.1
|-- org.springframework:spring-web:3.2.4.RELEASE
|-- org.springframework:spring-beans:3.2.4.RELEASE
|-- org.grails:grails-bootstrap:2.3.0.RC2
|-- commons-lang:commons-lang:2.6
provided
|-- javax.servlet:javax.servlet-api:3.0.1
runtime
|-- org.aspectj:aspectjweaver:1.7.2
|-- oro:oro:2.0.8
|-- asm:asm:3.3.1
|-- org.aspectj:aspectjrt:1.7.2
|-- aopalliance:aopalliance:1.0
test
|-- junit:junit:4.11