Add TestCdsHooksConfig. Remove commented out dependency.
This commit is contained in:
committed by
Brenin Rhodes
parent
f716f99ad5
commit
bbb5ab0d37
17
pom.xml
17
pom.xml
@@ -20,9 +20,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||||
<artifactId>hapi-fhir</artifactId>
|
<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>
|
</parent>
|
||||||
|
|
||||||
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
|
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
|
||||||
@@ -115,18 +113,11 @@
|
|||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- This dependency includes the JPA CQL Server -->
|
<!-- This dependency includes the JPA CQL Server -->
|
||||||
<!--
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
<groupId>org.opencds.cqf.fhir</groupId>
|
||||||
<artifactId>hapi-fhir-storage-cr</artifactId>
|
<artifactId>cqf-fhir-cr-hapi</artifactId>
|
||||||
<version>${project.parent.version}</version>
|
<version>${clinical-reasoning.version}</version>
|
||||||
</dependency>
|
</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 -->
|
<!-- This dependency includes the JPA MDM Server -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user