From c7da4b0914fb3573a18e492a9e94145616bef3a6 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Mon, 11 May 2020 13:25:58 -0400 Subject: [PATCH] Build Cleanup --- hapi-fhir-converter/pom.xml | 7 +++++++ .../ca/uhn/hapi/fhir/changelog/5_0_0/changes.yaml | 1 + hapi-fhir-structures-r5/pom.xml | 12 ++++++++++++ pom.xml | 3 ++- 4 files changed, 22 insertions(+), 1 deletion(-) diff --git a/hapi-fhir-converter/pom.xml b/hapi-fhir-converter/pom.xml index 63dd461e26e..df0d0b6f7f5 100644 --- a/hapi-fhir-converter/pom.xml +++ b/hapi-fhir-converter/pom.xml @@ -189,6 +189,13 @@ ca.uhn.hapi.fhir:org.hl7.fhir.convertors + + + org.apache.commons + commons-compress + ${commons_compress_version} + + diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/changes.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/changes.yaml index 0f8a09c5ead..60f01a39265 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/changes.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_0_0/changes.yaml @@ -12,6 +12,7 @@
  • FlywayDB (JPA) 6.1.0 -> 6.4.1
  • Apache HTTPCliient (JPA): 4.5.9 -> 4.5.12
  • Apache HTTPCore (JPA): 4.4.11 -> 4.4.14
  • +
  • Commons Compress (All): 1.19 -> 1.20
  • " - item: issue: "1583" diff --git a/hapi-fhir-structures-r5/pom.xml b/hapi-fhir-structures-r5/pom.xml index f5d1094edaa..72922cbf87c 100644 --- a/hapi-fhir-structures-r5/pom.xml +++ b/hapi-fhir-structures-r5/pom.xml @@ -59,6 +59,11 @@ xpp3 true + + com.google.guava + guava + true + @@ -351,6 +356,13 @@ ca.uhn.hapi.fhir:org.hl7.fhir.r5 + + + com.google.guava + guava + ${guava_version} + + diff --git a/pom.xml b/pom.xml index 94506f53617..979e3ac0178 100644 --- a/pom.xml +++ b/pom.xml @@ -664,6 +664,7 @@ 1.2 2.7.0 1.12 + 1.20 1.7 2.6 3.9 @@ -862,7 +863,7 @@ org.apache.commons commons-compress - 1.19 + ${commons_compress_version} org.apache.commons