Local XMLUnit dependency declarations with consistent version 2.5.1
This commit is contained in:
parent
de4ff4b1fc
commit
0754833b37
|
@ -155,7 +155,6 @@ configure(allprojects) { project ->
|
||||||
exclude module:'mockito-core'
|
exclude module:'mockito-core'
|
||||||
}
|
}
|
||||||
testCompile("org.hamcrest:hamcrest-all:1.3")
|
testCompile("org.hamcrest:hamcrest-all:1.3")
|
||||||
testCompile("org.xmlunit:xmlunit-matchers:2.3.0")
|
|
||||||
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}")
|
testRuntime("org.apache.logging.log4j:log4j-core:${log4jVersion}")
|
||||||
testRuntime("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}")
|
testRuntime("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}")
|
||||||
testRuntime("org.apache.logging.log4j:log4j-jul:${log4jVersion}")
|
testRuntime("org.apache.logging.log4j:log4j-jul:${log4jVersion}")
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,6 +41,7 @@ dependencies {
|
||||||
testCompile("org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}")
|
testCompile("org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}")
|
||||||
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
|
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
|
||||||
testCompile("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
|
testCompile("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
|
||||||
|
testCompile("org.xmlunit:xmlunit-matchers:2.5.1")
|
||||||
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0")
|
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0")
|
||||||
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0")
|
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0")
|
||||||
testRuntime("com.sun.activation:javax.activation:1.2.0")
|
testRuntime("com.sun.activation:javax.activation:1.2.0")
|
||||||
|
|
|
@ -117,6 +117,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
testCompile(files(genCastor.classesDir).builtBy(genCastor))
|
testCompile(files(genCastor.classesDir).builtBy(genCastor))
|
||||||
testCompile(files(genJaxb.classesDir).builtBy(genJaxb))
|
testCompile(files(genJaxb.classesDir).builtBy(genJaxb))
|
||||||
|
testCompile("org.xmlunit:xmlunit-matchers:2.5.1")
|
||||||
testRuntime("xerces:xercesImpl:2.11.0") // for Castor
|
testRuntime("xerces:xercesImpl:2.11.0") // for Castor
|
||||||
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0")
|
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0")
|
||||||
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0")
|
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0")
|
||||||
|
|
|
@ -82,6 +82,7 @@ dependencies {
|
||||||
testCompile("com.squareup.okhttp3:mockwebserver:3.10.0")
|
testCompile("com.squareup.okhttp3:mockwebserver:3.10.0")
|
||||||
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
|
testCompile("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
|
||||||
testCompile("org.skyscreamer:jsonassert:1.5.0")
|
testCompile("org.skyscreamer:jsonassert:1.5.0")
|
||||||
|
testCompile("org.xmlunit:xmlunit-matchers:2.5.1")
|
||||||
testRuntime("com.sun.mail:javax.mail:1.6.1")
|
testRuntime("com.sun.mail:javax.mail:1.6.1")
|
||||||
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0")
|
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0")
|
||||||
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0")
|
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0")
|
||||||
|
|
|
@ -70,6 +70,7 @@ dependencies {
|
||||||
exclude group: "xom", module: "xom"
|
exclude group: "xom", module: "xom"
|
||||||
exclude group: "xerces", module: "xercesImpl"
|
exclude group: "xerces", module: "xercesImpl"
|
||||||
}
|
}
|
||||||
|
testCompile("org.xmlunit:xmlunit-matchers:2.5.1")
|
||||||
testCompile("io.projectreactor:reactor-core")
|
testCompile("io.projectreactor:reactor-core")
|
||||||
testCompile("io.reactivex:rxjava:${rxjavaVersion}")
|
testCompile("io.reactivex:rxjava:${rxjavaVersion}")
|
||||||
testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}")
|
testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}")
|
||||||
|
|
Loading…
Reference in New Issue