Skip to content

Commit

Permalink
Move commons dependency downstream to engine
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Dec 13, 2024
1 parent 1381379 commit d34a988
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Src/java/cql-to-elm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies {
api(project(":model"))
api(project(":elm"))
api("org.fhir:ucum:1.0.8")
api("org.apache.commons:commons-text:1.10.0")

// TODO: This dependencies are required due the the fact that the CqlTranslatorOptionsMapper lives
// in the cql-to-elm project. Ideally, we"d factor out all serialization dependencies into common
Expand Down
1 change: 1 addition & 0 deletions Src/java/engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
dependencies {
api(project(":elm"))
api(project(":cql-to-elm"))
api("org.apache.commons:commons-text:1.10.0")

testImplementation(project(":model-jackson"))
testImplementation(project(":elm-jackson"))
Expand Down

0 comments on commit d34a988

Please sign in to comment.