|
|
|
@ -86,8 +86,9 @@ dependencies { |
|
|
|
optional("io.reactivex.rxjava2:rxjava:${rxjava2Version}") |
|
|
|
optional("io.reactivex.rxjava2:rxjava:${rxjava2Version}") |
|
|
|
optional("io.netty:netty-buffer") |
|
|
|
optional("io.netty:netty-buffer") |
|
|
|
testCompile("io.projectreactor:reactor-test") |
|
|
|
testCompile("io.projectreactor:reactor-test") |
|
|
|
testCompile("javax.xml.bind:jaxb-api:2.3.0") |
|
|
|
|
|
|
|
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}") |
|
|
|
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}") |
|
|
|
|
|
|
|
testCompile("org.xmlunit:xmlunit-matchers:2.5.1") |
|
|
|
|
|
|
|
testCompile("javax.xml.bind:jaxb-api:2.3.0") |
|
|
|
testCompile("com.fasterxml.woodstox:woodstox-core:5.0.3") { |
|
|
|
testCompile("com.fasterxml.woodstox:woodstox-core:5.0.3") { |
|
|
|
exclude group: "stax", module: "stax-api" |
|
|
|
exclude group: "stax", module: "stax-api" |
|
|
|
} |
|
|
|
} |
|
|
|
|