diff --git a/hapi-fhir-structures-dstu3/pom.xml b/hapi-fhir-structures-dstu3/pom.xml index a7c867f86ed..68c22a96155 100644 --- a/hapi-fhir-structures-dstu3/pom.xml +++ b/hapi-fhir-structures-dstu3/pom.xml @@ -94,6 +94,13 @@ ca.uhn.hapi.fhir:org.hl7.fhir.dstu3 + + + com.squareup.okhttp3 + okhttp + ${okhttp_version} + + diff --git a/hapi-fhir-structures-r4/pom.xml b/hapi-fhir-structures-r4/pom.xml index e7ddf672570..fc8c1d51447 100644 --- a/hapi-fhir-structures-r4/pom.xml +++ b/hapi-fhir-structures-r4/pom.xml @@ -387,6 +387,13 @@ ca.uhn.hapi.fhir:org.hl7.fhir.r4 + + + com.squareup.okhttp3 + okhttp + ${okhttp_version} + +