Everything compiles but there are still injection errors.

This commit is contained in:
Luke deGruchy
2025-03-07 14:11:53 -05:00
committed by Brenin Rhodes
parent 5dacdd1795
commit 8147c4ea4b
11 changed files with 45 additions and 34 deletions

12
pom.xml
View File

@@ -6,6 +6,7 @@
<properties>
<java.version>17</java.version>
<hapi.fhir.jpa.server.starter.revision>1</hapi.fhir.jpa.server.starter.revision>
<clinical-reasoning.version>3.19.0-SNAPSHOT</clinical-reasoning.version>
</properties>
<!-- one-liner to take you to the cloud with settings form the application.yaml file: -->
@@ -19,7 +20,9 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>8.0.0</version>
<!--<version>8.0.0</version>-->
<!--<version>8.1.1-SNAPSHOT</version>-->
<version>8.1.1-LUKE-SNAPSHOT</version>
</parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
@@ -112,11 +115,18 @@
</exclusions>
</dependency>
<!-- This dependency includes the JPA CQL Server -->
<!--
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-storage-cr</artifactId>
<version>${project.parent.version}</version>
</dependency>
-->
<dependency>
<groupId>org.opencds.cqf.fhir</groupId>
<artifactId>cqf-fhir-cr-hapi</artifactId>
<version>${clinical-reasoning.version}</version>
</dependency>
<!-- This dependency includes the JPA MDM Server -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>