diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-09 20:29:33 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-09 20:33:29 +0100 |
| commit | 40e5871e01858a55372bfcb51cf90069c080e751 (patch) | |
| tree | bc880252a935cc0b1558c50fe83f71d21b735d29 /simulator/opendc-experiments/opendc-experiments-sc18/build.gradle.kts | |
| parent | 44ed0023ed783437c3c838780f73e28efe1cc4ca (diff) | |
workflow: Split workflow module in API and service module
Diffstat (limited to 'simulator/opendc-experiments/opendc-experiments-sc18/build.gradle.kts')
| -rw-r--r-- | simulator/opendc-experiments/opendc-experiments-sc18/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulator/opendc-experiments/opendc-experiments-sc18/build.gradle.kts b/simulator/opendc-experiments/opendc-experiments-sc18/build.gradle.kts index f85d9b19..02e77c7c 100644 --- a/simulator/opendc-experiments/opendc-experiments-sc18/build.gradle.kts +++ b/simulator/opendc-experiments/opendc-experiments-sc18/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { api(platform(project(":opendc-platform"))) api(project(":opendc-harness")) implementation(project(":opendc-format")) - implementation(project(":opendc-workflows")) + implementation(project(":opendc-workflow:opendc-workflow-service")) implementation(project(":opendc-simulator:opendc-simulator-core")) implementation(project(":opendc-compute:opendc-compute-simulator")) } |
