Skip to content

Commit 83efe76

Browse files
Merge branch '3.1.x' into 3.2.x
Closes gh-39771
2 parents 7efef31 + 76c7371 commit 83efe76

File tree

1 file changed

+1
-3
lines changed
  • spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jersey

1 file changed

+1
-3
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ dependencies {
1010
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-jersey"))
1111
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-tomcat"))
1212

13-
if (JavaVersion.current().java9Compatible) {
14-
runtimeOnly("jakarta.xml.bind:jakarta.xml.bind-api")
15-
}
13+
runtimeOnly("jakarta.xml.bind:jakarta.xml.bind-api")
1614

1715
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
1816
}

0 commit comments

Comments
 (0)