From 9867651024b095760366a5e0f8282af89fca47d5 Mon Sep 17 00:00:00 2001 From: Martin Vietz Date: Thu, 14 Oct 2021 15:23:36 +0000 Subject: [PATCH] Remove unnecessary bind-api dependency from test starter See gh-28344 --- .../spring-boot-starters/spring-boot-starter-test/build.gradle | 1 - 1 file changed, 1 deletion(-) 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 12ba82f587e..6e5d4e409f5 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,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")