From e4c1d2ef1361b684b920f9d58bb6d3af206d89ee Mon Sep 17 00:00:00 2001 From: lieght Date: Sat, 20 Sep 2025 17:14:33 +0200 Subject: [PATCH] Added mockito dependency for unittests. Moved from Junit4 to Junit6rc3 --- pom.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2489551..2223b34 100644 --- a/pom.xml +++ b/pom.xml @@ -44,10 +44,47 @@ 33.4.8-jre + + org.junit + junit-bom + 5.13.4 + pom + import + org.junit.jupiter - junit-jupiter - RELEASE + junit-jupiter-api + 6.0.0-RC3 + test + + + org.junit.jupiter + junit-jupiter-engine + 6.0.0-RC3 + test + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.5.4 + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.5.4 + + + org.mockito + mockito-core + 5.19.0 + test + + + org.mockito + mockito-junit-jupiter + 5.19.0 test @@ -81,6 +118,14 @@ + + maven-surefire-plugin + 3.5.4 + + + maven-failsafe-plugin + 3.5.4 + org.apache.maven.plugins maven-shade-plugin