summaryrefslogtreecommitdiff
path: root/simulator/opendc-workflows/build.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-01-03 20:34:29 +0100
committerGitHub <noreply@github.com>2021-01-03 20:34:29 +0100
commit74a4bff83bfb6366cc193d1fc9c4a07e49649649 (patch)
treee5ce165378b1d70fa4a9b348acbde707e1e1aaea /simulator/opendc-workflows/build.gradle.kts
parent1e1a0fe43d46e9bd578978f85fe3c6b4b1b39577 (diff)
parentc3a0a1711360c866a38b273dcf681f3aab9ae0ae (diff)
Merge pull request #68 from atlarge-research/feat/event-tracer
Add experimental event tracer
Diffstat (limited to 'simulator/opendc-workflows/build.gradle.kts')
-rw-r--r--simulator/opendc-workflows/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
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"))