Sign in
apache
/
grails-data-mapping
/
refs/heads/6.1.x
/
.
/
grails-datastore-async
/
build.gradle
blob: 7d70cf23c45e72f3615c1ad6c085b9d661052a99 [
file
] [
log
] [
blame
]
dependencies
{
compile
"org.grails:grails-async:$grailsAsyncVersion"
,
{
exclude
group
:
'io.projectreactor'
,
module
:
'reactor-core'
exclude
group
:
'io.projectreactor'
,
module
:
'reactor-stream'
}
}