Skip to content

Commit

Permalink
Add JAX-B dependencies for JDK 9+ to gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
mskopp committed Sep 3, 2021
1 parent 887e0bf commit 642318a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ dependencies {
// So we take it from local "lib" directory.
// Note: Package is available at https://github.com/riege/cargoxml-jaxb
implementation ":cargoxml-jaxb-8.0:"
// 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"

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.11.4'
Expand Down

0 comments on commit 642318a

Please sign in to comment.