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-workflows/build.gradle.kts | |
| 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-workflows/build.gradle.kts')
| -rw-r--r-- | simulator/opendc-workflows/build.gradle.kts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/simulator/opendc-workflows/build.gradle.kts b/simulator/opendc-workflows/build.gradle.kts index efffe7a1..b30ecd39 100644 --- a/simulator/opendc-workflows/build.gradle.kts +++ b/simulator/opendc-workflows/build.gradle.kts @@ -34,6 +34,10 @@ dependencies { testImplementation(project(":opendc-simulator:opendc-simulator-core")) testImplementation(project(":opendc-format")) + testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8") { + exclude("org.jetbrains.kotlin", module = "kotlin-reflect") + } + testImplementation(kotlin("reflect")) 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}") |
