This commit is contained in:
markiantorno 2020-06-05 11:09:05 -04:00
parent 7975a65474
commit 1fd7ea1a69

View File

@ -21,6 +21,12 @@
<version>${project.parent.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.utilities</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>