<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-async</artifactId>
<version>3.0.1</version>
</dependency>
compile
|-- org.codehaus.gpars:gpars:1.2.1
|-- io.projectreactor:reactor-stream:2.0.0.RELEASE
|-- org.codehaus.groovy:groovy:2.4.3
|-- org.slf4j:slf4j-api:1.7.10
|-- io.projectreactor:reactor-core:2.0.0.RELEASE
|-- org.slf4j:jcl-over-slf4j:1.7.10
test
|-- org.codehaus.groovy:groovy-test:2.4.3
|-- org.objenesis:objenesis:1.4
|-- junit:junit:4.12