From 46d492126ebfc3c95e1753daa05ae6b8dd629d94 Mon Sep 17 00:00:00 2001 From: Sina Madani Date: Wed, 26 Jun 2024 13:20:44 +0100 Subject: [PATCH] build: Add JUnit5 explicitly --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 4685286..c6ad6ae 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,18 @@ 2.0.0 test + + org.junit.jupiter + junit-jupiter-api + 5.10.2 + test + + + org.junit.platform + junit-platform-launcher + 1.10.2 + test + com.marcinziolo kotlin-wiremock