<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>1.8.5</version>
</dependency>
compile
|-- junit:junit:4.10
|-- bsf:bsf:2.4.0
|-- javax.servlet:servlet-api:2.4
|-- com.thoughtworks.xstream:xstream:1.4.1
|-- org.fusesource.jansi:jansi:1.7
provided
|-- org.livetribe:livetribe-jsr223:2.0.6
runtime
|-- org.apache.ant:ant-junit:1.8.2
|-- org.apache.ant:ant-launcher:1.8.2
|-- org.apache.ant:ant-antlr:1.8.2
|-- commons-logging:commons-logging:1.1.1
|-- org.codehaus.gpars:gpars:0.12
test
|-- com.thoughtworks.qdox:qdox:1.12
|-- ch.qos.logback:logback-classic:0.9.21