Skip to content

Commit 27a362d

Browse files
committed
Fix OkHttp artifact name
1 parent 99d34c4 commit 27a362d

File tree

1 file changed

+1
-1
lines changed
  • deps/rabbitmq_stream_management/test/http_SUITE_data

1 file changed

+1
-1
lines changed

deps/rabbitmq_stream_management/test/http_SUITE_data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
<dependency>
7272
<groupId>com.squareup.okhttp3</groupId>
73-
<artifactId>okhttp</artifactId>
73+
<artifactId>okhttp-jvm</artifactId>
7474
<version>${okhttp.version}</version>
7575
<scope>test</scope>
7676
</dependency>

0 commit comments

Comments
 (0)