Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 08aa3b7

Browse files
committed
chore
1 parent 20186d5 commit 08aa3b7

File tree

4 files changed

+0
-88
lines changed

4 files changed

+0
-88
lines changed

engine/build.gradle.kts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ dependencies {
2828
prefer(libs.versions.moshi.get())
2929
}
3030
}
31-
listOf(
32-
"com.squareup.okhttp3:okhttp"
33-
).forEach {
34-
implementation(it) {
35-
version {
36-
strictly(libs.versions.okhttpVersionrange.get())
37-
prefer(libs.versions.okhttp.get())
38-
}
39-
}
40-
}
4131
listOf(
4232
libs.bundles.okio
4333
).forEach {
@@ -66,8 +56,6 @@ dependencies {
6656
testImplementation("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")
6757

6858
implementation(libs.okio)
69-
implementation(libs.okhttp)
70-
testImplementation(libs.okhttpMockwebserver)
7159

7260
implementation("org.apache.commons:commons-compress:1.28.0")
7361
testImplementation("org.apache.commons:commons-lang3:3.19.0")

engine/src/main/java/de/gesellix/docker/websocket/DefaultWebSocketListener.java

Lines changed: 0 additions & 45 deletions
This file was deleted.

engine/src/main/java/de/gesellix/docker/websocket/WebsocketStatusCode.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

gradle/libs.versions.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ logback = "1.3.15"
77
logbackVersionrange = "[1.2,2)"
88
moshi = "1.15.2"
99
moshiVersionrange = "[1.12.0,2)"
10-
okhttp = "5.3.0"
11-
okhttpVersionrange = "[4,6)"
1210
okio = "3.16.2"
1311
okioVersionrange = "[3,4)"
1412
slf4j = "2.0.17"
@@ -27,14 +25,11 @@ kotlinReflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref =
2725
kotlinTest = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
2826
logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
2927
moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
30-
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
31-
okhttpMockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" }
3228
okio = { module = "com.squareup.okio:okio", version.ref = "okio" }
3329
okioJvm = { module = "com.squareup.okio:okio-jvm", version.ref = "okio" }
3430
slf4j = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
3531

3632
[bundles]
3733
junixsocket = ["junixsocketCore", "junixsocketCommon"]
3834
kotlin = ["kotlin", "kotlinCommon", "kotlinJdk7", "kotlinJdk8", "kotlinReflect", "kotlinTest"]
39-
okhttp = ["okhttp", "okhttpMockwebserver"]
4035
okio = ["okio", "okioJvm"]

0 commit comments

Comments
 (0)