Revert "Remove unnecessary bind-api dependency from test starter"

This reverts commit 9867651024.

See gh-28085
This commit is contained in:
Phillip Webb 2021-10-14 14:26:02 -07:00
parent b68b3737d7
commit 670d1672de
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ dependencies {
api(project(":spring-boot-project:spring-boot-test"))
api(project(":spring-boot-project:spring-boot-test-autoconfigure"))
api("com.jayway.jsonpath:json-path")
api("jakarta.xml.bind:jakarta.xml.bind-api")
api("org.assertj:assertj-core")
api("org.hamcrest:hamcrest")
api("org.junit.jupiter:junit-jupiter")