diff options
Diffstat (limited to 'simulator/opendc/opendc-experiments-sc18/build.gradle.kts')
| -rw-r--r-- | simulator/opendc/opendc-experiments-sc18/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulator/opendc/opendc-experiments-sc18/build.gradle.kts b/simulator/opendc/opendc-experiments-sc18/build.gradle.kts index 2e366a43..5e01f387 100644 --- a/simulator/opendc/opendc-experiments-sc18/build.gradle.kts +++ b/simulator/opendc/opendc-experiments-sc18/build.gradle.kts @@ -38,9 +38,9 @@ dependencies { api(project(":opendc:opendc-core")) implementation(project(":opendc:opendc-format")) implementation(project(":opendc:opendc-workflows")) + implementation(project(":opendc:opendc-simulator")) implementation(kotlin("stdlib")) - runtimeOnly(project(":odcsim:odcsim-engine-omega")) 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}") |
