cqframework / clinical_quality_language

Clinical Quality Language (CQL) is an HL7 specification for the expression of clinical knowledge that can be used within both the Clinical Decision Support (CDS) and Clinical Quality Measurement (CQM) domains. This repository contains complementary tooling in support of that specification.
https://confluence.hl7.org/display/CDS/Clinical+Quality+Language
Apache License 2.0
251 stars 121 forks source link

Ban `javax` dependencies #1294

Open JPercival opened 7 months ago

JPercival commented 7 months ago

We recently completed a conversion from javax dependencies to jakarta ones. We should add a check to the build to ensure that no javax dependencies slip back in.

Related to PR #1236