We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7efef31 + 76c7371 commit 83efe76Copy full SHA for 83efe76
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/build.gradle
@@ -10,9 +10,7 @@ dependencies {
10
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-jersey"))
11
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-tomcat"))
12
13
- if (JavaVersion.current().java9Compatible) {
14
- runtimeOnly("jakarta.xml.bind:jakarta.xml.bind-api")
15
- }
+ runtimeOnly("jakarta.xml.bind:jakarta.xml.bind-api")
16
17
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
18
}
0 commit comments