Add okhttp dep

This commit is contained in:
Tadgh 2022-01-27 14:03:37 -08:00
parent 41193c60db
commit 0df332763e
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
<name>HAPI FHIR Structures - FHIR R5</name>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-base</artifactId>