Skip to content

Commit

Permalink
Add dependency needed by X12 exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
hadleynet committed Apr 3, 2024
1 parent 2c97526 commit df8ed77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ dependencies {

implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'org.reflections:reflections:0.10.2'
implementation 'net.lingala.zip4j:zip4j:2.11.5'

// Java 9 no longer includes these APIs by default
implementation 'javax.xml.bind:jaxb-api:2.4.0-b180830.0359'
Expand Down

0 comments on commit df8ed77

Please sign in to comment.