add new Options for feeding custom OkHttpClient

This commit is contained in:
Yu-Hsuan Lin
2015-04-14 11:57:56 +08:00
parent 3ccc42ab2c
commit 464b7302d4
5 changed files with 34 additions and 38 deletions

View File

@@ -64,6 +64,11 @@
<artifactId>okhttp-ws</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>mockwebserver</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>
<distributionManagement>