Revert "Remove unnecessary bind-api dependency from test starter"
This reverts commit 9867651024.
See gh-28085
This commit is contained in:
parent
b68b3737d7
commit
670d1672de
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue