diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-05 12:12:32 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-05 12:12:32 +0200 |
| commit | e06c953d1c71c704b351c81611e2e2bececf8e67 (patch) | |
| tree | 174b15ad968baed22922c103220c08703426f92d /simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts | |
| parent | 8aaeb93e81fc3c4689d42747f87734fc4732d030 (diff) | |
Move failure models to separate module
Diffstat (limited to 'simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts')
| -rw-r--r-- | simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts b/simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts index d93c1713..3b682668 100644 --- a/simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts +++ b/simulator/opendc-experiments/opendc-experiments-sc20/build.gradle.kts @@ -38,6 +38,7 @@ dependencies { implementation(project(":opendc-format")) implementation(project(":opendc-simulator:opendc-simulator-core")) implementation(project(":opendc-simulator:opendc-simulator-compute")) + implementation(project(":opendc-simulator:opendc-simulator-failures")) implementation(project(":opendc-compute:opendc-compute-simulator")) implementation("com.github.ajalt:clikt:2.6.0") |
