diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-09-19 13:59:33 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-09-19 14:02:52 +0200 |
| commit | 76a0f8889a4990108bc7906556dec6381647404b (patch) | |
| tree | 7977e81ec34ce7f57d8b14a717ccb63f54cd03cb /opendc-simulator/opendc-simulator-compute/build.gradle.kts | |
| parent | 6502fb752a6f80695c024b8904d7523c420ebdda (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.kts | 1 |
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) } |
