From c453e27abe54221f76648bc91edadb2efcd1ec07 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 28 Sep 2022 15:51:05 +0200 Subject: feat(exp/workflow): Add provisioning step for workflow service This change adds a new module `opendc-experiments-workflow` that provides provisioner implementations for experiments to use for setting up and using the workflow engine in OpenDC. --- opendc-experiments/opendc-experiments-compute/build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'opendc-experiments/opendc-experiments-compute') diff --git a/opendc-experiments/opendc-experiments-compute/build.gradle.kts b/opendc-experiments/opendc-experiments-compute/build.gradle.kts index a4ea0b02..70f16199 100644 --- a/opendc-experiments/opendc-experiments-compute/build.gradle.kts +++ b/opendc-experiments/opendc-experiments-compute/build.gradle.kts @@ -31,6 +31,5 @@ plugins { dependencies { api(projects.opendcExperiments.opendcExperimentsBase) - - implementation(projects.opendcCompute.opendcComputeWorkload) + api(projects.opendcCompute.opendcComputeWorkload) } -- cgit v1.2.3