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" # module: "org.hl7.fhir.r4"
r5: r5:
module: "org.hl7.fhir.r5" module: "org.hl7.fhir.r5"
# validator: validator:
# module: "org.hl7.fhir.validation" module: "org.hl7.fhir.validation"
# validator_cli: # validator_cli:
# module: "org.hl7.fhir.validation.cli" # module: "org.hl7.fhir.validation.cli"
maxParallel: 3 maxParallel: 3

View File

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