Skip to content

Commit

Permalink
Explicitly adding JAXB dependencies to Photon, in order to make it co…
Browse files Browse the repository at this point in the history
…mpatible with jdk11+. Past this version, the dependencies will not be pulled in transitively. (#362)
  • Loading branch information
danielhdz13-netflix authored Feb 15, 2024
1 parent d3005a2 commit dd30bef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ dependencies {
testImplementation "org.mockito:mockito-core:3.3+"
testImplementation "org.testng:testng:7.5+"
testImplementation "org.slf4j:slf4j-simple:latest.release"

// JAX-B dependencies for JDK 9+
implementation "jakarta.xml.bind:jakarta.xml.bind-api:2.3.2"
implementation "org.glassfish.jaxb:jaxb-runtime:2.3.2"
}

test {
Expand Down

0 comments on commit dd30bef

Please sign in to comment.