mirror of
https://github.com/square/okhttp.git
synced 2025-11-30 18:01:29 +03:00
Merge pull request #1555 from nfuller/AggressiveUncaughtExceptionHandler
Install an UncaughtExceptionHandler during tests
This commit is contained in:
@@ -14,6 +14,12 @@
|
||||
<description>Classes to support the Android platform's use of OkHttp (not required for most developers).</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp</groupId>
|
||||
<artifactId>okhttp-testing-support</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp</groupId>
|
||||
<artifactId>okhttp-urlconnection</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user