We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89087a3 commit 10f0588Copy full SHA for 10f0588
2 files changed
build.gradle
@@ -20,7 +20,7 @@ repositories {
20
21
dependencies {
22
// HTTP Client
23
- implementation 'com.squareup.okhttp3:okhttp:5.3.2'
+ api 'com.squareup.okhttp3:okhttp-jvm:5.3.2'
24
25
// JSON Processing
26
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
pom.xml
@@ -48,7 +48,7 @@
48
<!-- HTTP Client -->
49
<dependency>
50
<groupId>com.squareup.okhttp3</groupId>
51
- <artifactId>okhttp</artifactId>
+ <artifactId>okhttp-jvm</artifactId>
52
<version>${okhttp.version}</version>
53
</dependency>
54
0 commit comments