Browse Source

Remove obsolete JDK 9 check in spring-boot-smoke-test-jersey

See gh-39750
3.1.x
Christoph Dreis 2 years ago committed by Scott Frederick
parent
commit
3d47c949a6
  1. 4
      spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/build.gradle

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

@ -10,9 +10,7 @@ dependencies { @@ -10,9 +10,7 @@ dependencies {
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-jersey"))
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-tomcat"))
if (JavaVersion.current().java9Compatible) {
runtimeOnly("jakarta.xml.bind:jakarta.xml.bind-api")
}
runtimeOnly("jakarta.xml.bind:jakarta.xml.bind-api")
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
}

Loading…
Cancel
Save