Skip to content

Commit

Permalink
Merge branch '3.2.x'
Browse files Browse the repository at this point in the history
Closes gh-39772
  • Loading branch information
scottfrederick committed Feb 27, 2024
2 parents 2594e1c + 83efe76 commit ff182d8
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -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"))
}

0 comments on commit ff182d8

Please sign in to comment.