From e6376fcd6e0cd4aded7ce937de7989d2c7398ad5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 14 May 2020 10:53:16 +0200 Subject: [PATCH] Fix web services tests on JDK 11+ Closes gh-17274 --- spring-boot-project/spring-boot-test-autoconfigure/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-test-autoconfigure/build.gradle b/spring-boot-project/spring-boot-test-autoconfigure/build.gradle index 2030b18a075..db940cf1b9a 100644 --- a/spring-boot-project/spring-boot-test-autoconfigure/build.gradle +++ b/spring-boot-project/spring-boot-test-autoconfigure/build.gradle @@ -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")