summaryrefslogtreecommitdiff
path: root/opendc-compute/opendc-compute-service/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-compute/opendc-compute-service/build.gradle.kts')
-rw-r--r--opendc-compute/opendc-compute-service/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc-compute/opendc-compute-service/build.gradle.kts b/opendc-compute/opendc-compute-service/build.gradle.kts
index 0efdb05f..cd25e05c 100644
--- a/opendc-compute/opendc-compute-service/build.gradle.kts
+++ b/opendc-compute/opendc-compute-service/build.gradle.kts
@@ -31,6 +31,7 @@ dependencies {
api(projects.opendcCompute.opendcComputeApi)
implementation(projects.opendcCommon)
implementation(libs.kotlin.logging)
+ implementation(project(mapOf("path" to ":opendc-simulator:opendc-simulator-compute")))
testImplementation(projects.opendcSimulator.opendcSimulatorCore)
testImplementation(libs.log4j.slf4j)