Skip to content

Commit d33d810

Browse files
authored
Refactored integration tests httpclient to use OkHttp (#1400)
Signed-off-by: dhoard <doug.hoard@gmail.com>
1 parent 9bb3d91 commit d33d810

File tree

6 files changed

+191
-226
lines changed

6 files changed

+191
-226
lines changed

integration_test_suite/integration_tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
<version>1.28.0</version>
8787
</dependency>
8888
<dependency>
89-
<groupId>org.apache.httpcomponents.client5</groupId>
90-
<artifactId>httpclient5</artifactId>
91-
<version>5.6</version>
89+
<groupId>com.squareup.okhttp3</groupId>
90+
<artifactId>okhttp</artifactId>
91+
<version>4.12.0</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)