Change classpath order for cqf ruler

This commit is contained in:
James Agnew 2018-07-30 20:40:48 -04:00
parent 4eb3281fa6
commit 3f34a73b24

View File

@ -31,12 +31,6 @@
<dependencies>
<dependency>
<groupId>org.opencds.cqf</groupId>
<artifactId>cqf-ruler</artifactId>
<version>0.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-api</artifactId>
@ -90,6 +84,12 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.opencds.cqf</groupId>
<artifactId>cqf-ruler</artifactId>
<version>0.1.2-SNAPSHOT</version>
</dependency>
<!-- HAPI-FHIR uses Logback for logging support. The logback library is included automatically by Maven as a part of the hapi-fhir-base dependency, but you also need to include a logging library. Logback
is used here, but log4j would also be fine. -->
<dependency>