summaryrefslogtreecommitdiff
path: root/opendc-simulator/opendc-simulator-network/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-simulator/opendc-simulator-network/build.gradle.kts')
-rw-r--r--opendc-simulator/opendc-simulator-network/build.gradle.kts4
1 files changed, 3 insertions, 1 deletions
diff --git a/opendc-simulator/opendc-simulator-network/build.gradle.kts b/opendc-simulator/opendc-simulator-network/build.gradle.kts
index eb9adcd1..f8931053 100644
--- a/opendc-simulator/opendc-simulator-network/build.gradle.kts
+++ b/opendc-simulator/opendc-simulator-network/build.gradle.kts
@@ -30,6 +30,8 @@ plugins {
dependencies {
api(platform(projects.opendcPlatform))
- api(projects.opendcSimulator.opendcSimulatorResources)
+ api(projects.opendcSimulator.opendcSimulatorFlow)
implementation(projects.opendcSimulator.opendcSimulatorCore)
+
+ testImplementation(libs.slf4j.simple)
}