Fix web services tests on JDK 11+

Closes gh-17274
This commit is contained in:
Stephane Nicoll 2020-05-14 10:53:16 +02:00
parent 96bd9daab7
commit e6376fcd6e

View File

@ -22,6 +22,7 @@ dependencies {
optional("com.fasterxml.jackson.core:jackson-databind")
optional("com.google.code.gson:gson")
optional("com.jayway.jsonpath:json-path")
optional("com.sun.xml.messaging.saaj:saaj-impl")
optional("io.rest-assured:rest-assured")
optional("net.sourceforge.htmlunit:htmlunit")
optional("org.hibernate:hibernate-core")