Upgrade to Protobuf 3.9 (plus consistent XMLUnit declarations)

This commit is contained in:
Juergen Hoeller
2019-07-20 19:06:54 +02:00
parent cdeb1fef5f
commit 45136aabd4
5 changed files with 8 additions and 7 deletions

View File

@@ -86,8 +86,8 @@ dependencies {
testCompile("io.projectreactor:reactor-test")
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
testCompile("com.google.code.findbugs:jsr305:3.0.2")
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
testCompile("org.xmlunit:xmlunit-assertj:2.6.2")
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
testCompile("javax.xml.bind:jaxb-api:2.3.1")
testCompile("com.fasterxml.woodstox:woodstox-core:5.2.0") {
exclude group: "stax", module: "stax-api"