summaryrefslogtreecommitdiff
path: root/opendc/opendc-experiments-sc20/build.gradle.kts
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-03-11 16:11:43 +0100
committerGeorgios Andreadis <info@gandreadis.com>2020-03-11 16:11:43 +0100
commit224faa406b136e42b0406ab55425d382acc54fee (patch)
tree1f23f1970cfde81b80e925ce42dfb7fad5ddb96b /opendc/opendc-experiments-sc20/build.gradle.kts
parent0655127dcd945289f045d8e04304e6a050e2a2f9 (diff)
feat: Pass all relevant SC20 parameters as arguments
This also includes a list of selected VMs, with the aim of only running those (for workload intensity sampling).
Diffstat (limited to 'opendc/opendc-experiments-sc20/build.gradle.kts')
-rw-r--r--opendc/opendc-experiments-sc20/build.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/opendc/opendc-experiments-sc20/build.gradle.kts b/opendc/opendc-experiments-sc20/build.gradle.kts
index 348f6f77..0c0b8bac 100644
--- a/opendc/opendc-experiments-sc20/build.gradle.kts
+++ b/opendc/opendc-experiments-sc20/build.gradle.kts
@@ -38,6 +38,8 @@ dependencies {
api(project(":opendc:opendc-core"))
implementation(project(":opendc:opendc-format"))
implementation(kotlin("stdlib"))
+ implementation("com.xenomachina:kotlin-argparser:2.0.7")
+ api("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.8")
runtimeOnly(project(":odcsim:odcsim-engine-omega"))
testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}")