Add TestCdsHooksConfig. Remove commented out dependency.

This commit is contained in:
Luke deGruchy
2025-03-07 15:45:41 -05:00
committed by Brenin Rhodes
parent f716f99ad5
commit bbb5ab0d37

11
pom.xml
View File

@@ -20,9 +20,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<!--<version>8.0.0</version>-->
<!--<version>8.1.1-SNAPSHOT</version>-->
<version>8.1.1-LUKE-SNAPSHOT</version>
<version>8.0.0</version>
</parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
@@ -115,13 +113,6 @@
</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>