summaryrefslogtreecommitdiff
path: root/simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-03 17:41:59 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-04 16:35:21 +0200
commit136c1b9ddc7bd9331d3552d681e9190fc6198271 (patch)
tree19a04e730d93969542f726084444b9e7f13a7b8d /simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts
parentc8567a567348e13c341bf1a1ec64ed34ce25815a (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-sc20/build.gradle.kts')
-rw-r--r--simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts b/simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts
index 1a7c2f78..c0992fc9 100644
--- a/simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts
+++ b/simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts
@@ -37,6 +37,7 @@ dependencies {
api(project(":opendc-core"))
implementation(project(":opendc-format"))
implementation(project(":opendc-simulator:opendc-simulator-core"))
+ implementation(project(":opendc-simulator:opendc-simulator-compute"))
implementation("com.github.ajalt:clikt:2.6.0")
implementation("me.tongfei:progressbar:0.8.1")