netty-http/netty-http-server-reactive/build.gradle

7 lines
No EOL
304 B
Groovy

dependencies {
compile project(':netty-http-server')
compile "org.reactivestreams:reactive-streams:${project.property('reactivestreams.version')}"
testCompile("org.reactivestreams:reactive-streams-tck:${project.property('reactivestreams.version')}") {
exclude module: 'testng'
}
}