From 0dc0e91766b87a0b93927a2b4dd133b544b53c0d Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Mon, 14 Dec 2020 06:06:07 -0500 Subject: [PATCH] Credit for #2241 --- .../fhir/changelog/5_3_0/2192-apache-client-proxy.yaml | 3 ++- hapi-fhir-structures-dstu2/pom.xml | 1 - pom.xml | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/2192-apache-client-proxy.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/2192-apache-client-proxy.yaml index d591b23d6cc..7f4fddc884c 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/2192-apache-client-proxy.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/2192-apache-client-proxy.yaml @@ -1,4 +1,5 @@ --- type: fix issue: 2192 -title: "ApacheRestfulClientFactory now uses system properties for proxy configuration" +title: "ApacheRestfulClientFactory now uses system properties for proxy configuration. Thanks to + Vladimir Nemergut for the pull request!" diff --git a/hapi-fhir-structures-dstu2/pom.xml b/hapi-fhir-structures-dstu2/pom.xml index 6cf912aca5b..23660ffb287 100644 --- a/hapi-fhir-structures-dstu2/pom.xml +++ b/hapi-fhir-structures-dstu2/pom.xml @@ -146,7 +146,6 @@ org.junit-pioneer junit-pioneer - 1.1.0 test diff --git a/pom.xml b/pom.xml index 4b6eb0759d6..7a476466b86 100644 --- a/pom.xml +++ b/pom.xml @@ -689,6 +689,10 @@ Steven Wagers Regenstrief Institute + + vladonemo + Vladimir Nemergut + @@ -1463,6 +1467,11 @@ ${junit_version} test + + org.junit-pioneer + junit-pioneer + 1.1.0 + org.mariadb.jdbc mariadb-java-client