summaryrefslogtreecommitdiff
path: root/opendc-experiments/opendc-experiments-tf20/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-experiments/opendc-experiments-tf20/build.gradle.kts')
-rw-r--r--opendc-experiments/opendc-experiments-tf20/build.gradle.kts3
1 files changed, 2 insertions, 1 deletions
diff --git a/opendc-experiments/opendc-experiments-tf20/build.gradle.kts b/opendc-experiments/opendc-experiments-tf20/build.gradle.kts
index 51e167cc..3ee5462a 100644
--- a/opendc-experiments/opendc-experiments-tf20/build.gradle.kts
+++ b/opendc-experiments/opendc-experiments-tf20/build.gradle.kts
@@ -34,8 +34,9 @@ dependencies {
implementation(projects.opendcSimulator.opendcSimulatorCore)
implementation(projects.opendcSimulator.opendcSimulatorCompute)
implementation(projects.opendcTelemetry.opendcTelemetrySdk)
- implementation(libs.kotlin.logging)
+ implementation(projects.opendcFormat)
+ implementation(libs.kotlin.logging)
implementation(libs.parquet)
implementation(libs.hadoop.client) {
exclude(group = "org.slf4j", module = "slf4j-log4j12")