Commit e6376fcd authored by Stephane Nicoll's avatar Stephane Nicoll

Fix web services tests on JDK 11+

Closes gh-17274
parent 96bd9daa
...@@ -22,6 +22,7 @@ dependencies { ...@@ -22,6 +22,7 @@ dependencies {
optional("com.fasterxml.jackson.core:jackson-databind") optional("com.fasterxml.jackson.core:jackson-databind")
optional("com.google.code.gson:gson") optional("com.google.code.gson:gson")
optional("com.jayway.jsonpath:json-path") optional("com.jayway.jsonpath:json-path")
optional("com.sun.xml.messaging.saaj:saaj-impl")
optional("io.rest-assured:rest-assured") optional("io.rest-assured:rest-assured")
optional("net.sourceforge.htmlunit:htmlunit") optional("net.sourceforge.htmlunit:htmlunit")
optional("org.hibernate:hibernate-core") optional("org.hibernate:hibernate-core")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment