diff --git a/hapi-fhir-structures-r4/pom.xml b/hapi-fhir-structures-r4/pom.xml index ccda4360bbd..5d0d00a35f1 100644 --- a/hapi-fhir-structures-r4/pom.xml +++ b/hapi-fhir-structures-r4/pom.xml @@ -131,11 +131,15 @@ - + + org.apache.poi + ooxml-schemas + true + org.apache.poi poi @@ -151,6 +155,8 @@ poi-ooxml-schemas true + + com.google.code.gson gson diff --git a/hapi-fhir-structures-r5/pom.xml b/hapi-fhir-structures-r5/pom.xml index be740fdc825..0318984a904 100644 --- a/hapi-fhir-structures-r5/pom.xml +++ b/hapi-fhir-structures-r5/pom.xml @@ -110,6 +110,11 @@ Optional dependencies used by org.hl7.fhir.r5 We include these here to get the aggregate JavaDoc to work --> + + org.apache.poi + ooxml-schemas + true + org.apache.poi poi @@ -122,10 +127,10 @@ org.apache.poi - ooxml-schemas - 1.4 + poi-ooxml-schemas true + com.google.code.gson gson diff --git a/pom.xml b/pom.xml index f335a543d2a..122bd0d8964 100644 --- a/pom.xml +++ b/pom.xml @@ -801,6 +801,8 @@ 3.3.0 1.8 3.8.1 + 4.1.2 + 1.4 4.0.0.Beta3 5.6.5 9.5.4 @@ -1329,20 +1331,25 @@ maven-plugin-annotations 3.6.0 + + org.apache.poi + ooxml-schemas + ${poi_ooxml_schemas_version} + org.apache.poi poi - 4.1.2 + ${poi_version} org.apache.poi poi-ooxml - 4.1.2 + ${poi_version} org.apache.poi poi-ooxml-schemas - 4.1.2 + ${poi_version} org.apache.velocity