<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-testing</artifactId>
<version>3.2.5</version>
</dependency>
compile
|-- org.codehaus.groovy:groovy:2.4.7
|-- org.slf4j:slf4j-api:1.7.22
|-- org.slf4j:jcl-over-slf4j:1.7.22
|-- org.grails:grails-test:3.2.5
|-- org.grails:grails-logging:3.2.5
|-- org.grails:grails-async:3.2.5
|-- org.springframework:spring-test:4.3.6.RELEASE
|-- org.springframework.boot:spring-boot-starter-test:1.4.4.RELEASE
|-- org.spockframework:spock-spring:1.0-groovy-2.4
|-- org.spockframework:spock-core:1.0-groovy-2.4
|-- junit:junit:4.12
runtime
test