Skip to content

Commit

Permalink
MAT-6323: Removed cqframework because it' snot used directly from thi…
Browse files Browse the repository at this point in the history
…s library... updated version of madie-rest-commons because the framework is used there
  • Loading branch information
gregory-akins committed Oct 26, 2023
1 parent d81e0f6 commit 618e435
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@

<properties>
<java.version>17</java.version>
<springfox.version>3.0.0</springfox.version>
<cqframework.version>3.2.0</cqframework.version>
<springfox.version>3.0.0</springfox.version>
<hapi.fhir.r4.version>6.6.2</hapi.fhir.r4.version>
</properties>

Expand Down Expand Up @@ -97,12 +96,7 @@
<artifactId>hapi-fhir-client</artifactId>
<version>${hapi.fhir.r4.version}</version>
</dependency>
<dependency>
<groupId>info.cqframework</groupId>
<artifactId>cql</artifactId>
<version>${cqframework.version}</version>
</dependency>


<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand All @@ -118,7 +112,7 @@
<dependency>
<groupId>gov.cms.madie</groupId>
<artifactId>madie-rest-commons</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.okta.spring</groupId>
Expand Down

0 comments on commit 618e435

Please sign in to comment.