From d7bc76c5fa9683d692fca0d384d6e6ffddde4c9b Mon Sep 17 00:00:00 2001 From: qvalentin Date: Sun, 6 Mar 2022 10:53:17 +0100 Subject: [PATCH] Unit test deps --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index a88263a..00c6b63 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,27 @@ 4-Abstraction + + + junit + junit + 4.13.1 + test + + + org.junit.jupiter + junit-jupiter + RELEASE + test + + + org.mockito + mockito-junit-jupiter + 3.5.7 + test + + + 17 17