diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-03 17:41:59 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-04 16:35:21 +0200 |
| commit | 136c1b9ddc7bd9331d3552d681e9190fc6198271 (patch) | |
| tree | 19a04e730d93969542f726084444b9e7f13a7b8d /simulator/opendc-experiments/opendc-experiments-sc18 | |
| parent | c8567a567348e13c341bf1a1ec64ed34ce25815a (diff) | |
Migrate codebase to opendc-simulator-compute
This change updates the remainder of the codebase to use the
opendc-simulator-compute module for the simulation of workloads.
Diffstat (limited to 'simulator/opendc-experiments/opendc-experiments-sc18')
| -rw-r--r-- | simulator/opendc-experiments/opendc-experiments-sc18/build.gradle.kts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/simulator/opendc-experiments/opendc-experiments-sc18/build.gradle.kts b/simulator/opendc-experiments/opendc-experiments-sc18/build.gradle.kts index b12b1ae3..9cf72f18 100644 --- a/simulator/opendc-experiments/opendc-experiments-sc18/build.gradle.kts +++ b/simulator/opendc-experiments/opendc-experiments-sc18/build.gradle.kts @@ -37,7 +37,10 @@ dependencies { implementation(project(":opendc-format")) implementation(project(":opendc-workflows")) implementation(project(":opendc-simulator:opendc-simulator-core")) - implementation(kotlin("stdlib")) + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8") { + exclude("org.jetbrains.kotlin", module = "kotlin-reflect") + } + implementation(kotlin("reflect")) testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${Library.JUNIT_JUPITER}") |
