From ee9f39c98d2d00586ac33767bb3205774981a58f Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Tue, 19 May 2020 02:00:39 +0200 Subject: perf: Add support for slice batches in VirtDriver --- opendc/opendc-compute/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'opendc/opendc-compute/build.gradle.kts') diff --git a/opendc/opendc-compute/build.gradle.kts b/opendc/opendc-compute/build.gradle.kts index 7d43b064..acdcd5a7 100644 --- a/opendc/opendc-compute/build.gradle.kts +++ b/opendc/opendc-compute/build.gradle.kts @@ -36,6 +36,7 @@ dependencies { implementation("io.github.microutils:kotlin-logging:1.7.9") testRuntimeOnly(project(":odcsim:odcsim-engine-omega")) + testRuntimeOnly("org.slf4j:slf4j-simple:${Library.SLF4J}") testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${Library.JUNIT_JUPITER}") testImplementation("org.junit.platform:junit-platform-launcher:${Library.JUNIT_PLATFORM}") -- cgit v1.2.3