<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-plugin-testing</artifactId>
<version>3.3.0.M2</version>
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-plugin-testing', version='3.3.0.M2')
)
compile
|-- org.codehaus.groovy:groovy:2.4.11
|-- org.slf4j:slf4j-api:1.7.22
|-- org.slf4j:jcl-over-slf4j:1.7.22
|-- org.grails:grails-web-jsp:3.3.0.M2
|-- org.grails:grails-test:3.3.0.M2
|-- org.grails:grails-datastore-gorm-test:6.1.4.RELEASE
|-- org.grails:grails-logging:3.3.0.M2
|-- org.grails:grails-async:3.3.0.RC3
|-- org.springframework:spring-test:4.3.7.RELEASE
|-- org.springframework.boot:spring-boot-starter-test:1.5.3.RELEASE
|-- org.spockframework:spock-spring:1.1-groovy-2.4
|-- org.spockframework:spock-core:1.1-groovy-2.4
|-- junit:junit:4.12
runtime
test