Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6629 clinical reasoning version bump 317 #6631

Merged
merged 6 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
type: add
issue: 6629
title: "Bump Clinical Reasoning to latest 3.17 versioned release, remove temporary CQL dependencies from pom"
22 changes: 1 addition & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1087,12 +1087,7 @@
<ucum_version>1.0.8</ucum_version>

<!-- Clinical Reasoning & CQL Support -->
<clinical-reasoning.version>3.15.0</clinical-reasoning.version>
<!-- TODO: LD: this a TEMPORARY HACK to get around the fact that CR 3.15.0 is missing a pom file -->
<!-- This needs to be removed next time we do a CR bump -->
<!-- See: https://github.com/hapifhir/hapi-fhir/issues/6567 -->
<!-- Direct CQL dependencies -->
<cql.version>3.19.1</cql.version>
<clinical-reasoning.version>3.17.0-SNAPSHOT</clinical-reasoning.version>

<!-- Site properties -->
<fontawesomeVersion>5.4.1</fontawesomeVersion>
Expand Down Expand Up @@ -2397,21 +2392,6 @@
</exclusion>
</exclusions>
</dependency>

<!-- TODO: LD: this a TEMPORARY HACK to get around the fact that CR 3.15.0 is missing a pom file -->
<!-- This needs to be removed next time we do a CR bump -->
<!-- See: https://github.com/hapifhir/hapi-fhir/issues/6567 -->
<!-- Direct CQL dependencies -->
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>cql-to-elm</artifactId>
<version>${cql.version}</version>
</dependency>
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>cqf-fhir</artifactId>
<version>${cql.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
Loading