summaryrefslogtreecommitdiff
path: root/opendc-compute/opendc-compute-simulator/build.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-02-18 14:08:18 +0100
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-02-18 14:46:29 +0100
commit52d35cd82905612f0ef9f7b7d88611300fb48ebe (patch)
treead2464b4ec2b8d399cbaa9ea68364ad1e04418e2 /opendc-compute/opendc-compute-simulator/build.gradle.kts
parent028960fbf584c903156c713447194df56ec5059e (diff)
refactor(utils): Rename utils module to common module
This change adds a new module, opendc-common, that contains functionality that is shared across OpenDC's modules. We move the existing utils module into this new module.
Diffstat (limited to 'opendc-compute/opendc-compute-simulator/build.gradle.kts')
-rw-r--r--opendc-compute/opendc-compute-simulator/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-compute/opendc-compute-simulator/build.gradle.kts b/opendc-compute/opendc-compute-simulator/build.gradle.kts
index aaf69f78..686d9ca1 100644
--- a/opendc-compute/opendc-compute-simulator/build.gradle.kts
+++ b/opendc-compute/opendc-compute-simulator/build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
api(projects.opendcCompute.opendcComputeService)
api(projects.opendcSimulator.opendcSimulatorCompute)
api(libs.commons.math3)
- implementation(projects.opendcUtils)
+ implementation(projects.opendcCommon)
implementation(libs.opentelemetry.semconv)
implementation(libs.kotlin.logging)