Skip to content

Commit e6376fc

Browse files
committed
Fix web services tests on JDK 11+
Closes gh-17274
1 parent 96bd9da commit e6376fc

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-test-autoconfigure

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-test-autoconfigure/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies {
2222
optional("com.fasterxml.jackson.core:jackson-databind")
2323
optional("com.google.code.gson:gson")
2424
optional("com.jayway.jsonpath:json-path")
25+
optional("com.sun.xml.messaging.saaj:saaj-impl")
2526
optional("io.rest-assured:rest-assured")
2627
optional("net.sourceforge.htmlunit:htmlunit")
2728
optional("org.hibernate:hibernate-core")

0 commit comments

Comments
 (0)