diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-02-14 12:43:29 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-02-14 12:50:35 +0100 |
| commit | 92e858e398bf69380dbacebc042dde2bfa8cfe9c (patch) | |
| tree | a7431f3d74dd449d5c6053e77b4cb60cdb36d924 /opendc/opendc-workflows/build.gradle.kts | |
| parent | 5095d42c0a1fe0a593c84bccfdd594712e12ca1a (diff) | |
refactor: Integrate opendc-compute in existing model
This change refactors the existing model to use the new interfaces from
the opendc-compute module.
Diffstat (limited to 'opendc/opendc-workflows/build.gradle.kts')
| -rw-r--r-- | opendc/opendc-workflows/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc/opendc-workflows/build.gradle.kts b/opendc/opendc-workflows/build.gradle.kts index 6aa044e8..08455368 100644 --- a/opendc/opendc-workflows/build.gradle.kts +++ b/opendc/opendc-workflows/build.gradle.kts @@ -31,6 +31,7 @@ plugins { dependencies { api(project(":opendc:opendc-core")) + api(project(":opendc:opendc-compute")) implementation(kotlin("stdlib")) testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}") |
