summaryrefslogtreecommitdiff
path: root/simulator/opendc
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/opendc')
-rw-r--r--simulator/opendc/opendc-compute/build.gradle.kts1
-rw-r--r--simulator/opendc/opendc-core/build.gradle.kts4
-rw-r--r--simulator/opendc/opendc-experiments-sc20/build.gradle.kts1
-rw-r--r--simulator/opendc/opendc-runner-web/build.gradle.kts1
4 files changed, 2 insertions, 5 deletions
diff --git a/simulator/opendc/opendc-compute/build.gradle.kts b/simulator/opendc/opendc-compute/build.gradle.kts
index a8852cba..e65615e8 100644
--- a/simulator/opendc/opendc-compute/build.gradle.kts
+++ b/simulator/opendc/opendc-compute/build.gradle.kts
@@ -30,7 +30,6 @@ plugins {
}
dependencies {
- api(project(":odcsim:odcsim-api"))
api(project(":opendc:opendc-core"))
implementation(project(":opendc:opendc-utils"))
implementation("io.github.microutils:kotlin-logging:1.7.9")
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}")
diff --git a/simulator/opendc/opendc-experiments-sc20/build.gradle.kts b/simulator/opendc/opendc-experiments-sc20/build.gradle.kts
index 713354e7..b2e7763e 100644
--- a/simulator/opendc/opendc-experiments-sc20/build.gradle.kts
+++ b/simulator/opendc/opendc-experiments-sc20/build.gradle.kts
@@ -51,7 +51,6 @@ dependencies {
}
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.13.1")
- runtimeOnly(project(":odcsim:odcsim-engine-omega"))
testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${Library.JUNIT_JUPITER}")
diff --git a/simulator/opendc/opendc-runner-web/build.gradle.kts b/simulator/opendc/opendc-runner-web/build.gradle.kts
index 1d263e75..479eaca7 100644
--- a/simulator/opendc/opendc-runner-web/build.gradle.kts
+++ b/simulator/opendc/opendc-runner-web/build.gradle.kts
@@ -50,7 +50,6 @@ dependencies {
exclude(group = "log4j")
}
- runtimeOnly(project(":odcsim:odcsim-engine-omega"))
runtimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:2.13.1")
runtimeOnly("org.apache.logging.log4j:log4j-1.2-api:2.13.1")
}