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