summaryrefslogtreecommitdiff
path: root/opendc-experiments/opendc-experiments-greenifier/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-experiments/opendc-experiments-greenifier/build.gradle.kts')
-rw-r--r--opendc-experiments/opendc-experiments-greenifier/build.gradle.kts6
1 files changed, 4 insertions, 2 deletions
diff --git a/opendc-experiments/opendc-experiments-greenifier/build.gradle.kts b/opendc-experiments/opendc-experiments-greenifier/build.gradle.kts
index d75abe49..74fa249c 100644
--- a/opendc-experiments/opendc-experiments-greenifier/build.gradle.kts
+++ b/opendc-experiments/opendc-experiments-greenifier/build.gradle.kts
@@ -32,8 +32,6 @@ plugins {
}
dependencies {
- api(projects.opendcExperiments.opendcExperimentsCompute)
-
implementation(projects.opendcSimulator.opendcSimulatorCore)
implementation(projects.opendcSimulator.opendcSimulatorCompute)
implementation(projects.opendcCompute.opendcComputeSimulator)
@@ -42,6 +40,10 @@ dependencies {
implementation(libs.progressbar)
implementation(libs.kotlin.logging)
implementation(libs.jackson.dataformat.csv)
+ implementation(project(mapOf("path" to ":opendc-compute:opendc-compute-telemetry")))
+ implementation(project(mapOf("path" to ":opendc-compute:opendc-compute-topology")))
+ implementation(project(mapOf("path" to ":opendc-compute:opendc-compute-workload")))
+ implementation(project(mapOf("path" to ":opendc-experiments:opendc-experiments-base")))
runtimeOnly(projects.opendcTrace.opendcTraceOpendc)
runtimeOnly(libs.log4j.core)