Upgrade to Java Activation Framework 1.2 as API dependency
Includes XMLUnit 2.6.1 and Undertow 2.0.13. Issue: SPR-16115
This commit is contained in:
@@ -66,7 +66,7 @@ dependencies {
|
||||
exclude group: "xom", module: "xom"
|
||||
exclude group: "xerces", module: "xercesImpl"
|
||||
}
|
||||
testCompile("org.xmlunit:xmlunit-matchers:2.6.0")
|
||||
testCompile("org.xmlunit:xmlunit-matchers:2.6.1")
|
||||
testCompile("io.projectreactor:reactor-core")
|
||||
testCompile("io.reactivex:rxjava:${rxjavaVersion}")
|
||||
testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}")
|
||||
|
||||
Reference in New Issue
Block a user