From c3a0a1711360c866a38b273dcf681f3aab9ae0ae Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 3 Jan 2021 15:43:55 +0100 Subject: Adapt workflow engine to use event tracer --- simulator/opendc-workflows/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'simulator/opendc-workflows/build.gradle.kts') diff --git a/simulator/opendc-workflows/build.gradle.kts b/simulator/opendc-workflows/build.gradle.kts index f61bdac6..fa03508c 100644 --- a/simulator/opendc-workflows/build.gradle.kts +++ b/simulator/opendc-workflows/build.gradle.kts @@ -30,6 +30,7 @@ plugins { dependencies { api(project(":opendc-core")) api(project(":opendc-compute:opendc-compute-core")) + api(project(":opendc-trace:opendc-trace-core")) implementation(project(":opendc-utils")) testImplementation(project(":opendc-simulator:opendc-simulator-core")) -- cgit v1.2.3