diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-01-11 16:33:15 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-01-11 16:33:15 +0100 |
| commit | 9dbb7bbcc2202955c715aaa3b28c70641a2fbd5b (patch) | |
| tree | bea8e47037660c88df42e04105e7a0b7f709173a /simulator/opendc-compute/opendc-compute-simulator/build.gradle.kts | |
| parent | f2028b23e25c8520f25a53771a1b261c4e991bb8 (diff) | |
Add support for hypervisor selection
This change allows users to select the hypervisor scheduler to use when
deploying hypervisors onto bare-metal machines.
Diffstat (limited to 'simulator/opendc-compute/opendc-compute-simulator/build.gradle.kts')
| -rw-r--r-- | simulator/opendc-compute/opendc-compute-simulator/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/simulator/opendc-compute/opendc-compute-simulator/build.gradle.kts b/simulator/opendc-compute/opendc-compute-simulator/build.gradle.kts index d7570e54..dc93e956 100644 --- a/simulator/opendc-compute/opendc-compute-simulator/build.gradle.kts +++ b/simulator/opendc-compute/opendc-compute-simulator/build.gradle.kts @@ -29,10 +29,10 @@ plugins { dependencies { api(project(":opendc-compute:opendc-compute-core")) + api(project(":opendc-simulator:opendc-simulator-compute")) + api(project(":opendc-simulator:opendc-simulator-failures")) implementation(project(":opendc-utils")) implementation("io.github.microutils:kotlin-logging:1.7.9") - implementation(project(":opendc-simulator:opendc-simulator-compute")) - api(project(":opendc-simulator:opendc-simulator-failures")) testImplementation(project(":opendc-simulator:opendc-simulator-core")) testRuntimeOnly("org.slf4j:slf4j-simple:${Library.SLF4J}") |
