Skip to content

Commit 3d47c94

Browse files
dreis2211scottfrederick
authored andcommitted
Remove obsolete JDK 9 check in spring-boot-smoke-test-jersey
See gh-39750
1 parent a9b3420 commit 3d47c94

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)