This commit is contained in:
markiantorno 2020-06-03 13:41:38 -04:00
parent 7a63c0b353
commit 33b47ac61c
2 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,8 @@ strategy:
# module: "org.hl7.fhir.r4"
r5:
module: "org.hl7.fhir.r5"
# validator:
# module: "org.hl7.fhir.validation"
validator:
module: "org.hl7.fhir.validation"
# validator_cli:
# module: "org.hl7.fhir.validation.cli"
maxParallel: 3

View File

@ -27,6 +27,7 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.utilities</artifactId>
<version>${project.version}</version>
</dependency>
<!-- FHIR Versions -->