Use OkHttp for web requests

This commit is contained in:
Luck
2018-01-30 00:08:00 +00:00
Unverified
parent 0cc1c4e5a7
commit 7f7116e1c7
17 changed files with 446 additions and 248 deletions
+14 -1
View File
@@ -92,7 +92,20 @@
<version>2.6.1</version>
<scope>provided</scope>
</dependency>
<!-- okhttp -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.9.1</version>
<scope>provided</scope>
</dependency>
<!-- okio -->
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>1.13.0</version>
<scope>provided</scope>
</dependency>
<!-- configurate -->
<dependency>