|
|
|
|
@ -54,20 +54,20 @@ dependencies {
@@ -54,20 +54,20 @@ dependencies {
|
|
|
|
|
optional("io.reactivex.rxjava2:rxjava") |
|
|
|
|
optional("io.netty:netty-buffer") |
|
|
|
|
testCompile("io.projectreactor:reactor-test") |
|
|
|
|
testCompile("javax.annotation:javax.annotation-api") |
|
|
|
|
testCompile("com.google.code.findbugs:jsr305") |
|
|
|
|
testCompile("org.xmlunit:xmlunit-assertj") |
|
|
|
|
testCompile("org.xmlunit:xmlunit-matchers") |
|
|
|
|
testCompile("javax.annotation:javax.annotation-api") |
|
|
|
|
testCompile("javax.xml.bind:jaxb-api") |
|
|
|
|
testCompile("com.fasterxml.woodstox:woodstox-core") |
|
|
|
|
testCompile("org.xmlunit:xmlunit-assertj") |
|
|
|
|
testCompile("org.xmlunit:xmlunit-matchers") |
|
|
|
|
testCompile(project(":kotlin-coroutines")) |
|
|
|
|
testCompile("io.projectreactor.tools:blockhound") |
|
|
|
|
testFixturesImplementation("com.google.code.findbugs:jsr305") |
|
|
|
|
testFixturesImplementation("io.projectreactor:reactor-test") |
|
|
|
|
testFixturesImplementation("org.assertj:assertj-core") |
|
|
|
|
testFixturesImplementation("com.google.code.findbugs:jsr305") |
|
|
|
|
testFixturesImplementation("org.junit.platform:junit-platform-launcher") |
|
|
|
|
testFixturesImplementation("org.junit.jupiter:junit-jupiter-api") |
|
|
|
|
testFixturesImplementation("org.junit.jupiter:junit-jupiter-params") |
|
|
|
|
testFixturesImplementation("org.assertj:assertj-core") |
|
|
|
|
testFixturesImplementation("org.xmlunit:xmlunit-assertj") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|