2019-07-15 22:41:23 +02:00
|
|
|
dependencies {
|
|
|
|
compile project(':netty-http-server')
|
2019-08-07 18:50:42 +02:00
|
|
|
compile "org.reactivestreams:reactive-streams:${project.property('reactivestreams.version')}"
|
|
|
|
testCompile("org.reactivestreams:reactive-streams-tck:${project.property('reactivestreams.version')}") {
|
2019-07-15 22:41:23 +02:00
|
|
|
exclude module: 'testng'
|
|
|
|
}
|
|
|
|
}
|