Skip to content

Commit

Permalink
Update cargoxml-jaxb library 8.0 => 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mskopp committed Oct 27, 2021
1 parent 642318a commit 82e9ae3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ dependencies {
// which are not included on GitHub and JitPack has not access to them!
// 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"
implementation ":cargoxml-jaxb-8.1:"

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.11.4'
Expand Down
2 changes: 2 additions & 0 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ In build.gradle buildscript it is added via:
..
}

Note: cargoxml-jaxb*.jar **must** be placed here because due to it's nature it is
not possible to get it from https://jitpack.io
Binary file removed lib/cargoxml-jaxb-8.0.jar
Binary file not shown.
Binary file added lib/cargoxml-jaxb-8.1.jar
Binary file not shown.

0 comments on commit 82e9ae3

Please sign in to comment.