diff options
Diffstat (limited to 'opendc-experiments/opendc-experiments-m3sa/build.gradle.kts')
| -rw-r--r-- | opendc-experiments/opendc-experiments-m3sa/build.gradle.kts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/opendc-experiments/opendc-experiments-m3sa/build.gradle.kts b/opendc-experiments/opendc-experiments-m3sa/build.gradle.kts index 6530390b..9347e525 100644 --- a/opendc-experiments/opendc-experiments-m3sa/build.gradle.kts +++ b/opendc-experiments/opendc-experiments-m3sa/build.gradle.kts @@ -31,7 +31,6 @@ dependencies { api(libs.kotlinx.coroutines) testImplementation(projects.opendcSimulator.opendcSimulatorCore) - api(projects.opendcCompute.opendcComputeService) api(projects.opendcCompute.opendcComputeSimulator) implementation(libs.clikt) @@ -42,7 +41,6 @@ dependencies { implementation(project(mapOf("path" to ":opendc-simulator:opendc-simulator-core"))) implementation(project(mapOf("path" to ":opendc-compute:opendc-compute-workload"))) - 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-carbon"))) implementation(project(mapOf("path" to ":opendc-compute:opendc-compute-failure"))) |
