Use Apache HttpClient during tests.

Closes gh-213.
This commit is contained in:
Mark Paluch
2018-05-25 16:03:40 +02:00
parent d3709c8b46
commit af83f36ae3
2 changed files with 4 additions and 4 deletions

View File

@@ -56,8 +56,8 @@
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

View File

@@ -34,8 +34,8 @@
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<scope>test</scope>
</dependency>
</dependencies>