Skip to content

Commit

Permalink
Fix errors on CLI tool (#1319)
Browse files Browse the repository at this point in the history
* Fix CLI runtime errors for slf4j and jaxb

* Fix for slf4j and jaxb errors in cli tool
  • Loading branch information
JPercival authored Jan 22, 2024
1 parent 7d9d7a8 commit 9a337d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Src/java/cql-to-elm-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ dependencies {
implementation project(':model-jaxb')
implementation project(':elm-jaxb')
implementation 'net.sf.jopt-simple:jopt-simple:4.7'
implementation 'org.slf4j:slf4j-simple:1.7.36'
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.3'
implementation 'org.eclipse.persistence:org.eclipse.persistence.moxy:4.0.2'
testImplementation project(':model-jaxb')
testImplementation project(':model-jackson')
testImplementation project(':elm-jaxb')
Expand Down

0 comments on commit 9a337d8

Please sign in to comment.