added dependency to OkHttp

This commit is contained in:
Miriam Baglioni 2020-07-02 16:01:08 +02:00
parent 94500a581b
commit 8fdc9e070c
1 changed files with 5 additions and 1 deletions

View File

@ -71,7 +71,11 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.7.2</version>
</dependency>
</dependencies>