diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-02-14 19:11:35 +0100 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-02-14 19:11:35 +0100 |
| commit | 04e4bddccc4e06a126f3c6ee2878502323c7116e (patch) | |
| tree | 716253f4c03cf8dc6754430a5f63d0a57061d795 /odcsim/odcsim-api/build.gradle.kts | |
| parent | cd293b79ef2066ffcb605b9c625d6ab0a9af1d16 (diff) | |
| parent | b13ba01e967e1a281d58b37cb57986b47ec99dd8 (diff) | |
Merge branch 'feat/cpu-sharing' into 'feat/2.x'
Add basis for VM modeling and fractional space-sharing
See merge request opendc/opendc-simulator!23
Diffstat (limited to 'odcsim/odcsim-api/build.gradle.kts')
| -rw-r--r-- | odcsim/odcsim-api/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/odcsim/odcsim-api/build.gradle.kts b/odcsim/odcsim-api/build.gradle.kts index 51a80d2c..c8c6c90c 100644 --- a/odcsim/odcsim-api/build.gradle.kts +++ b/odcsim/odcsim-api/build.gradle.kts @@ -31,6 +31,7 @@ plugins { dependencies { implementation(kotlin("stdlib")) + api("org.slf4j:slf4j-api:${Library.SLF4J}") api("org.jetbrains.kotlinx:kotlinx-coroutines-core:${Library.KOTLINX_COROUTINES}") testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}") |
