Skip to content

Commit

Permalink
update clinical-reasoning and incorporate refactoring (#789)
Browse files Browse the repository at this point in the history
* update to latest snapshot

* add cqf fhir utility

* no longer snapshot

---------

Co-authored-by: taha.attari@smilecdr.com <taha.attari@smilecdr.com>
  • Loading branch information
TahaAttari and taha.attari@smilecdr.com authored Aug 16, 2024
1 parent ef807e0 commit b83981e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.opencds.cqf.cql.engine.exception.DataProviderException;
import org.opencds.cqf.cql.engine.model.ModelResolver;
import org.opencds.cqf.external.AppProperties;
import org.opencds.cqf.fhir.cql.engine.model.FhirModelResolverCache;
import org.opencds.cqf.fhir.utility.model.FhirModelResolverCache;
import org.opencds.cqf.fhir.utility.Canonicals;
import org.opencds.cqf.fhir.utility.Ids;
import org.opencds.cqf.ruler.behavior.DaoRegistryUser;
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</distributionManagement>

<properties>
<clinical-reasoning.version>3.9.0-SNAPSHOT</clinical-reasoning.version>
<clinical-reasoning.version>3.10.0</clinical-reasoning.version>

<!-- Dependency Versions -->
<flexmark_version>0.62.2</flexmark_version>
Expand Down Expand Up @@ -277,6 +277,11 @@
<artifactId>cqf-fhir-cr</artifactId>
<version>${clinical-reasoning.version}</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-utility</artifactId>
<version>${clinical-reasoning.version}</version>
</dependency>
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cql</artifactId>
Expand Down

0 comments on commit b83981e

Please sign in to comment.