Merge pull request #163 from hapifhir/CQL_to_ELM
Adding dependencies for CQL-to-ELM libs.
This commit is contained in:
commit
830afa4087
|
@ -99,6 +99,38 @@
|
||||||
<version>1.0.2</version>
|
<version>1.0.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- CQL-to-ELM -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>info.cqframework</groupId>
|
||||||
|
<artifactId>cql</artifactId>
|
||||||
|
<version>1.4.9-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>info.cqframework</groupId>
|
||||||
|
<artifactId>model</artifactId>
|
||||||
|
<version>1.4.9-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>info.cqframework</groupId>
|
||||||
|
<artifactId>elm</artifactId>
|
||||||
|
<version>1.4.9-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>info.cqframework</groupId>
|
||||||
|
<artifactId>cql-to-elm</artifactId>
|
||||||
|
<version>1.4.9-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>info.cqframework</groupId>
|
||||||
|
<artifactId>quick</artifactId>
|
||||||
|
<version>1.4.9-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>info.cqframework</groupId>
|
||||||
|
<artifactId>qdm</artifactId>
|
||||||
|
<version>1.4.9-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- Test Dependencies -->
|
<!-- Test Dependencies -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.hl7.fhir.testcases</groupId>
|
<groupId>org.hl7.fhir.testcases</groupId>
|
||||||
|
|
5
pom.xml
5
pom.xml
|
@ -53,6 +53,11 @@
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>sonatype-public</id>
|
||||||
|
<name>Sonatype Public</name>
|
||||||
|
<url>https://oss.sonatype.org/content/groups/public/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue