Add ucum to validator dependencies

This commit is contained in:
James Agnew 2019-09-16 13:48:51 -04:00
parent 8379208dee
commit 840c45c2da
1 changed files with 6 additions and 1 deletions

View File

@ -93,7 +93,12 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.fhir</groupId>
<artifactId>ucum</artifactId>
<version>1.0.2</version>
</dependency>
</dependencies>
<build>