mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Credit for #2241
This commit is contained in:
parent
5d43f4c35e
commit
0dc0e91766
@ -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!"
|
||||
|
@ -146,7 +146,6 @@
|
||||
<dependency>
|
||||
<groupId>org.junit-pioneer</groupId>
|
||||
<artifactId>junit-pioneer</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
9
pom.xml
9
pom.xml
@ -689,6 +689,10 @@
|
||||
<name>Steven Wagers</name>
|
||||
<organization>Regenstrief Institute</organization>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>vladonemo</id>
|
||||
<name>Vladimir Nemergut</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
@ -1463,6 +1467,11 @@
|
||||
<version>${junit_version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit-pioneer</groupId>
|
||||
<artifactId>junit-pioneer</artifactId>
|
||||
<version>1.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mariadb.jdbc</groupId>
|
||||
<artifactId>mariadb-java-client</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user