summaryrefslogtreecommitdiff
path: root/simulator/opendc/opendc-core/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/opendc/opendc-core/build.gradle.kts')
-rw-r--r--simulator/opendc/opendc-core/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/simulator/opendc/opendc-core/build.gradle.kts b/simulator/opendc/opendc-core/build.gradle.kts
index 45c38ffd..2a0b5b43 100644
--- a/simulator/opendc/opendc-core/build.gradle.kts
+++ b/simulator/opendc/opendc-core/build.gradle.kts
@@ -22,7 +22,7 @@
* SOFTWARE.
*/
-description = "Base model for topology simulation"
+description = "Base model for datacenter simulation"
/* Build configuration */
plugins {
@@ -30,7 +30,7 @@ plugins {
}
dependencies {
- api(project(":odcsim:odcsim-api"))
+ api("org.jetbrains.kotlinx:kotlinx-coroutines-core:${Library.KOTLINX_COROUTINES}")
testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${Library.JUNIT_JUPITER}")