Skip to content

Commit 33e3c7f

Browse files
#430: Remove testcontainers dependencies
1 parent 159c4f2 commit 33e3c7f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

core/build.gradle.kts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -221,23 +221,12 @@ kotlin {
221221
runtimeOnly(project(":kotlinx-datetime-zoneinfo"))
222222
}
223223
}
224-
225-
val jvmTest by getting {
226-
dependencies {
227-
implementation("org.testcontainers:testcontainers:1.19.7")
228-
implementation("org.testcontainers:junit-jupiter:1.19.7")
229-
implementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
230-
runtimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
231-
implementation("ch.qos.logback:logback-classic:1.2.13")
232-
}
233-
}
234224
}
235225
}
236226

237227
tasks {
238228
val jvmTest by existing(Test::class) {
239229
// maxHeapSize = "1024m"
240-
useJUnitPlatform()
241230
}
242231

243232
val compileJavaModuleInfo by registering(JavaCompile::class) {

0 commit comments

Comments
 (0)