Skip to content

Commit

Permalink
Update the cql evaluator version to 1.4.2 (google#1020)
Browse files Browse the repository at this point in the history
* Update the cql evaluator version to 1.4.2

* Downgrade junit to 4.12 to satisfy the dependency requirement

* Add back META-INF/sun-jaxb.episode file exclusion

* Add back licensee config for jakarta.xml.bind
  • Loading branch information
jingtang10 committed Feb 11, 2022
1 parent 8b4b8e1 commit ce6b01a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
5 changes: 2 additions & 3 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ object Dependencies {
}

object Cql {
const val cqlEngine = "1.3.14-SNAPSHOT"
const val evaluator = "1.3.1-SNAPSHOT"
const val evaluator = "1.4.2"
}

object JavaJsonTools {
Expand Down Expand Up @@ -204,7 +203,7 @@ object Dependencies {

const val espresso = "3.3.0"
const val jacoco = "0.8.7"
const val junit = "4.13"
const val junit = "4.12"
const val mockitoKotlin = "3.2.0"
const val mockitoInline = "4.0.0"
const val robolectric = "4.5.1"
Expand Down
4 changes: 0 additions & 4 deletions engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,9 @@ configurations {
exclude(module = "xpp3")
exclude(group = "net.sf.saxon", module = "Saxon-HE")
exclude(module = "hamcrest-all")
exclude(module = "jaxb-impl")
exclude(module = "jaxb-core")
exclude(module = "jakarta.activation-api")
exclude(module = "javax.activation")
exclude(module = "jakarta.xml.bind-api")
// TODO = the following line can be removed from the next CQL engine release.
exclude(module = "hapi-fhir-jpaserver-base")
}
}

Expand Down
2 changes: 0 additions & 2 deletions workflow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ android {
"META-INF/notice.txt",
"META-INF/LGPL-3.0.txt",
"META-INF/sun-jaxb.episode",
"META-INF/sun-jaxb.episode",
"META-INF/*.kotlin_module",
"readme.html",
)
Expand Down Expand Up @@ -114,7 +113,6 @@ configurations {
exclude(group = "org.eclipse.persistence")
exclude(group = "com.google.code.javaparser")
exclude(group = "jakarta.activation")
// exclude(group = "jakarta.xml.bind")
}
}

Expand Down

0 comments on commit ce6b01a

Please sign in to comment.