From cd29d369b63f212a3b09ccf8b46d8c6691ab3276 Mon Sep 17 00:00:00 2001 From: Tadgh Date: Tue, 25 Jan 2022 10:39:32 -0800 Subject: [PATCH] Add okhttp dep to r5 and indicate which deps need to be included (#3332) --- hapi-fhir-structures-r5/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hapi-fhir-structures-r5/pom.xml b/hapi-fhir-structures-r5/pom.xml index 25c993e98eb..b9f8190c7dc 100644 --- a/hapi-fhir-structures-r5/pom.xml +++ b/hapi-fhir-structures-r5/pom.xml @@ -287,6 +287,17 @@ maven-javadoc-plugin public + true + + ca.uhn.hapi.fhir:org.hl7.fhir.r5 + + + + com.squareup.okhttp3 + okhttp + ${okhttp_version} + +