summaryrefslogtreecommitdiff
path: root/opendc-simulator/opendc-simulator-compute/build.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-09-19 13:59:33 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-09-19 14:02:52 +0200
commit76a0f8889a4990108bc7906556dec6381647404b (patch)
tree7977e81ec34ce7f57d8b14a717ccb63f54cd03cb /opendc-simulator/opendc-simulator-compute/build.gradle.kts
parent6502fb752a6f80695c024b8904d7523c420ebdda (diff)
refactor(simulator): Remove dependency on SnakeYaml
This change removes the dependency on SnakeYaml for the simulator. It was only required for a very small component of the simulator and therefore does not justify bringing in such a dependency.
Diffstat (limited to 'opendc-simulator/opendc-simulator-compute/build.gradle.kts')
-rw-r--r--opendc-simulator/opendc-simulator-compute/build.gradle.kts1
1 files changed, 0 insertions, 1 deletions
diff --git a/opendc-simulator/opendc-simulator-compute/build.gradle.kts b/opendc-simulator/opendc-simulator-compute/build.gradle.kts
index 74384480..7d06ee62 100644
--- a/opendc-simulator/opendc-simulator-compute/build.gradle.kts
+++ b/opendc-simulator/opendc-simulator-compute/build.gradle.kts
@@ -36,5 +36,4 @@ dependencies {
api(projects.opendcSimulator.opendcSimulatorNetwork)
implementation(projects.opendcSimulator.opendcSimulatorCore)
implementation(projects.opendcUtils)
- implementation(libs.yaml)
}