From 57f10aa05d04a44f88802e280551eb4052e8e1f4 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 20 Mar 2025 17:27:15 +0100 Subject: [PATCH] test: fix 'SLF4J(W): No SLF4J providers were found.' warning --- playwright/pom.xml | 9 +++++++++ pom.xml | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/playwright/pom.xml b/playwright/pom.xml index 179095ecb..3e3dfa9b5 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -57,6 +57,15 @@ org.java-websocket Java-WebSocket + + + org.slf4j + slf4j-simple + org.junit.jupiter junit-jupiter-engine diff --git a/pom.xml b/pom.xml index 56fe626f3..935345c39 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,7 @@ 5.12.1 UTF-8 1.6.0 + 2.0.17 1.3.0 @@ -91,6 +92,17 @@ ${websocket.version} test + + + org.slf4j + slf4j-simple + ${slf4j.version} + test + org.junit.jupiter junit-jupiter-api