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