Remove unnecessary bind-api dependency from test starter
See gh-28344
This commit is contained in:
parent
4dc5142128
commit
9867651024
|
@ -9,7 +9,6 @@ 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