summaryrefslogtreecommitdiff
path: root/opendc-compute/opendc-compute-workload/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-compute/opendc-compute-workload/build.gradle.kts')
-rw-r--r--opendc-compute/opendc-compute-workload/build.gradle.kts5
1 files changed, 1 insertions, 4 deletions
diff --git a/opendc-compute/opendc-compute-workload/build.gradle.kts b/opendc-compute/opendc-compute-workload/build.gradle.kts
index a651633d..e82cf203 100644
--- a/opendc-compute/opendc-compute-workload/build.gradle.kts
+++ b/opendc-compute/opendc-compute-workload/build.gradle.kts
@@ -32,10 +32,8 @@ dependencies {
api(platform(projects.opendcPlatform))
api(projects.opendcCompute.opendcComputeSimulator)
- implementation(projects.opendcTrace.opendcTraceParquet)
implementation(projects.opendcTrace.opendcTraceOpendc)
- implementation(projects.opendcTrace.opendcTraceAzure)
- implementation(projects.opendcTrace.opendcTraceBitbrains)
+ implementation(projects.opendcTrace.opendcTraceParquet)
implementation(projects.opendcSimulator.opendcSimulatorCore)
implementation(projects.opendcSimulator.opendcSimulatorCompute)
implementation(projects.opendcTelemetry.opendcTelemetrySdk)
@@ -43,7 +41,6 @@ dependencies {
implementation(libs.opentelemetry.semconv)
implementation(libs.kotlin.logging)
- implementation(libs.clikt)
implementation(libs.jackson.databind)
implementation(libs.jackson.module.kotlin)
implementation(kotlin("reflect"))