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