Add okhttp dep
This commit is contained in:
parent
41193c60db
commit
0df332763e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue