From 670d1672de85513f2f19b67c343b1b1673361c68 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 14 Oct 2021 14:26:02 -0700 Subject: [PATCH] Revert "Remove unnecessary bind-api dependency from test starter" This reverts commit 9867651024b095760366a5e0f8282af89fca47d5. See gh-28085 --- .../spring-boot-starters/spring-boot-starter-test/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-test/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-test/build.gradle index 6e5d4e409f5..12ba82f587e 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-test/build.gradle +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-test/build.gradle @@ -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")