2019-07-15 22:41:23 +02:00
|
|
|
dependencies {
|
2020-05-20 14:56:37 +02:00
|
|
|
api "org.reactivestreams:reactive-streams:${project.property('reactivestreams.version')}"
|
|
|
|
api project(':netty-http-server')
|
|
|
|
testImplementation("org.reactivestreams:reactive-streams-tck:${project.property('reactivestreams.version')}") {
|
2019-07-15 22:41:23 +02:00
|
|
|
exclude module: 'testng'
|
|
|
|
}
|
|
|
|
}
|