diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-03-11 12:46:45 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-03-11 12:46:45 +0100 |
commit | f95a1fb3982395ccbc7e139cb5bd8a1c106bbb48 (patch) | |
tree | e2fd57efe89ded06cfe998d712b68bd2ed4b1de2 /pom.xml | |
parent | 19bc544de503af5992d045a699a1f2bcc1eaf505 (diff) | |
download | EAAF-Components-f95a1fb3982395ccbc7e139cb5bd8a1c106bbb48.tar.gz EAAF-Components-f95a1fb3982395ccbc7e139cb5bd8a1c106bbb48.tar.bz2 EAAF-Components-f95a1fb3982395ccbc7e139cb5bd8a1c106bbb48.zip |
refactor HttpClientFactory.java to build HTTP clients with different authentication mechanisms
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -78,7 +78,7 @@ <!-- jUnit testing --> <surefire.version>2.22.1</surefire.version> <junit.version>4.12</junit.version> - <com.squareup.okhttp3.version>4.0.0</com.squareup.okhttp3.version> + <com.squareup.okhttp3.version>4.4.1</com.squareup.okhttp3.version> <!-- Code helper plug-ins --> <org.projectlombok.lombok.version>1.18.10</org.projectlombok.lombok.version> @@ -484,6 +484,12 @@ <scope>test</scope> </dependency> <dependency> + <groupId>com.squareup.okhttp3</groupId> + <artifactId>okhttp-tls</artifactId> + <version>${com.squareup.okhttp3.version}</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_utils</artifactId> <version>${egiz.eaaf.version}</version> |