Skip to content

Commit 670d167

Browse files
committed
Revert "Remove unnecessary bind-api dependency from test starter"
This reverts commit 9867651. See gh-28085
1 parent b68b373 commit 670d167

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies {
99
api(project(":spring-boot-project:spring-boot-test"))
1010
api(project(":spring-boot-project:spring-boot-test-autoconfigure"))
1111
api("com.jayway.jsonpath:json-path")
12+
api("jakarta.xml.bind:jakarta.xml.bind-api")
1213
api("org.assertj:assertj-core")
1314
api("org.hamcrest:hamcrest")
1415
api("org.junit.jupiter:junit-jupiter")

0 commit comments

Comments
 (0)