From 85a2352fdfe206ac09c6c6786a8ee3b71f30e767 Mon Sep 17 00:00:00 2001 From: markiantorno Date: Thu, 2 Apr 2020 22:51:46 -0400 Subject: [PATCH] Adding dependencies for CQL-to-ELM libs. See https://github.com/cqframework/clinical_quality_language/blob/master/Src/java/cql-to-elm/OVERVIEW.md --- org.hl7.fhir.validation/pom.xml | 32 ++++++++++++++++++++++++++++++++ pom.xml | 5 +++++ 2 files changed, 37 insertions(+) diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index 3d933bbbf..377d990d6 100644 --- a/org.hl7.fhir.validation/pom.xml +++ b/org.hl7.fhir.validation/pom.xml @@ -99,6 +99,38 @@ 1.0.2 + + + info.cqframework + cql + 1.4.9-SNAPSHOT + + + info.cqframework + model + 1.4.9-SNAPSHOT + + + info.cqframework + elm + 1.4.9-SNAPSHOT + + + info.cqframework + cql-to-elm + 1.4.9-SNAPSHOT + + + info.cqframework + quick + 1.4.9-SNAPSHOT + + + info.cqframework + qdm + 1.4.9-SNAPSHOT + + org.hl7.fhir.testcases diff --git a/pom.xml b/pom.xml index 47b3cccdd..55e2d6a71 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,11 @@ true + + sonatype-public + Sonatype Public + https://oss.sonatype.org/content/groups/public/ +