Add okhttp dep
This commit is contained in:
parent
41193c60db
commit
0df332763e
|
@ -15,6 +15,10 @@
|
||||||
<name>HAPI FHIR Structures - FHIR R5</name>
|
<name>HAPI FHIR Structures - FHIR R5</name>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.squareup.okhttp3</groupId>
|
||||||
|
<artifactId>okhttp</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||||
<artifactId>hapi-fhir-base</artifactId>
|
<artifactId>hapi-fhir-base</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue