diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-01-11 20:13:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-11 20:13:46 +0100 |
| commit | bf558fe36c9de52310e85044ee4447b45bd50b75 (patch) | |
| tree | bea8e47037660c88df42e04105e7a0b7f709173a /simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts | |
| parent | 42e9a5b5b610f41a03e68f6fc781c54b9402925b (diff) | |
| parent | 9dbb7bbcc2202955c715aaa3b28c70641a2fbd5b (diff) | |
Merge pull request #71 from atlarge-research/perf/workload
Convert to pull-based workload model
Diffstat (limited to 'simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts')
| -rw-r--r-- | simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts index cd7e5706..844a7c6d 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts +++ b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts @@ -28,6 +28,7 @@ plugins { dependencies { api(project(":opendc-simulator:opendc-simulator-core")) + implementation(project(":opendc-utils")) testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${Library.JUNIT_JUPITER}") |
