Skip to content

Commit 9f40caf

Browse files
wip
1 parent ed3049b commit 9f40caf

File tree

3 files changed

+244
-29
lines changed

3 files changed

+244
-29
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ dependencies {
103103
testRuntimeOnly("org.jboss.arquillian.junit:arquillian-junit-core:latest.release")
104104
testRuntimeOnly("org.mockito.kotlin:mockito-kotlin:5.4.0")
105105
testRuntimeOnly("org.testng:testng:latest.release")
106+
// api("com.squareup.okhttp3:mockwebserver3:5.1.0")
107+
// api("com.squareup.okhttp3:mockwebserver:4.10.0")
106108
}
107109

108110
tasks.test {

0 commit comments

Comments
 (0)