From 0346458449fbc755c7703429d055ef7fe9fbaccf Mon Sep 17 00:00:00 2001 From: Seva Safris Date: Wed, 17 Jan 2024 19:16:26 +0700 Subject: [PATCH] Transition to JUnit 5, re #56 --- pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/pom.xml b/pom.xml index 5ce345e..1b7018d 100644 --- a/pom.xml +++ b/pom.xml @@ -107,5 +107,59 @@ 3.30.2-GA test + + + ch.qos.logback + logback-classic + + + org.junit.jupiter + junit-jupiter + test + + + org.junit.jupiter + junit-jupiter-migrationsupport + test + + + org.junit.vintage + junit-vintage-engine + test + + + org.mockito + mockito-core + test + + + + + ch.qos.logback + logback-classic + 1.2.11 + + + org.junit.jupiter + junit-jupiter + 5.10.1 + + + org.junit.jupiter + junit-jupiter-migrationsupport + 5.10.1 + + + org.junit.vintage + junit-vintage-engine + 5.10.1 + + + org.mockito + mockito-core + 4.11.0 + + + \ No newline at end of file