From 7745dc4ad4e27c3d4b0269ac219af658ff487417 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Tue, 26 Nov 2019 02:22:09 -0300 Subject: [PATCH] Don't require fhir core javadocs by default --- hapi-fhir-structures-r4/pom.xml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/hapi-fhir-structures-r4/pom.xml b/hapi-fhir-structures-r4/pom.xml index 9a40a947bce..e4e51da7cfa 100644 --- a/hapi-fhir-structures-r4/pom.xml +++ b/hapi-fhir-structures-r4/pom.xml @@ -31,13 +31,6 @@ org.hl7.fhir.r4 ${fhir_core_version} - - ca.uhn.hapi.fhir - org.hl7.fhir.r4 - javadoc - provided - ${fhir_core_version} - org.fhir ucum @@ -365,4 +358,20 @@ + + + DIST + + + + ca.uhn.hapi.fhir + org.hl7.fhir.r4 + javadoc + provided + ${fhir_core_version} + + + + +