<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-core</artifactId>
<version>2.1.3</version>
</dependency>
compile
|-- org.springframework:spring-expression:3.1.2.RELEASE
|-- commons-collections:commons-collections:3.2.1
|-- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.2_jdk5
|-- org.springframework:spring-aop:3.1.2.RELEASE
|-- org.springframework:spring-web:3.1.2.RELEASE
|-- javax.servlet:javax.servlet-api:3.0.1
|-- org.grails:grails-bootstrap:2.1.3
|-- org.springframework:spring-tx:3.1.2.RELEASE
|-- org.springframework:spring-beans:3.1.2.RELEASE
|-- org.springframework:spring-context:3.1.2.RELEASE
|-- org.springframework:spring-test:3.1.2.RELEASE
|-- org.springframework:spring-context-support:3.1.2.RELEASE
|-- org.springframework:spring-asm:3.1.2.RELEASE
|-- org.springframework:spring-core:3.1.2.RELEASE
|-- org.slf4j:jcl-over-slf4j:1.6.2
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.1.Final
|-- commons-validator:commons-validator:1.3.1
|-- org.springframework:spring-aspects:3.1.2.RELEASE
|-- commons-lang:commons-lang:2.6
runtime
|-- oro:oro:2.0.8
|-- org.springframework:spring-jms:3.1.2.RELEASE
|-- org.aspectj:aspectjrt:1.6.10
|-- org.aspectj:aspectjweaver:1.6.10
|-- asm:asm:3.1
|-- cglib:cglib:2.2
|-- aopalliance:aopalliance:1.0
test
|-- junit:junit:4.10