Fix OkHttp artifact name

This commit is contained in:
Arnaud Cogoluègnes 2025-07-07 13:47:22 +02:00
parent 99d34c4198
commit 27a362df3d
No known key found for this signature in database
GPG Key ID: D5C8C4DFAD43AFA8
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<artifactId>okhttp-jvm</artifactId>
<version>${okhttp.version}</version>
<scope>test</scope>
</dependency>