@@ -54,20 +54,20 @@ dependencies {
54
54
optional(" io.reactivex.rxjava2:rxjava" )
55
55
optional(" io.netty:netty-buffer" )
56
56
testCompile(" io.projectreactor:reactor-test" )
57
- testCompile(" javax.annotation:javax.annotation-api" )
58
57
testCompile(" com.google.code.findbugs:jsr305" )
59
- testCompile(" org.xmlunit:xmlunit-assertj" )
60
- testCompile(" org.xmlunit:xmlunit-matchers" )
58
+ testCompile(" javax.annotation:javax.annotation-api" )
61
59
testCompile(" javax.xml.bind:jaxb-api" )
62
60
testCompile(" com.fasterxml.woodstox:woodstox-core" )
61
+ testCompile(" org.xmlunit:xmlunit-assertj" )
62
+ testCompile(" org.xmlunit:xmlunit-matchers" )
63
63
testCompile(project(" :kotlin-coroutines" ))
64
64
testCompile(" io.projectreactor.tools:blockhound" )
65
- testFixturesImplementation(" com.google.code.findbugs:jsr305" )
66
65
testFixturesImplementation(" io.projectreactor:reactor-test" )
67
- testFixturesImplementation(" org.assertj:assertj-core " )
66
+ testFixturesImplementation(" com.google.code.findbugs:jsr305 " )
68
67
testFixturesImplementation(" org.junit.platform:junit-platform-launcher" )
69
68
testFixturesImplementation(" org.junit.jupiter:junit-jupiter-api" )
70
69
testFixturesImplementation(" org.junit.jupiter:junit-jupiter-params" )
70
+ testFixturesImplementation(" org.assertj:assertj-core" )
71
71
testFixturesImplementation(" org.xmlunit:xmlunit-assertj" )
72
72
}
73
73
0 commit comments