From b734c428cf5d8178f29aacf28e257ad19464996e Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Thu, 22 Sep 2022 08:29:28 +0300 Subject: [PATCH] #174 junit deps --- pom.xml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index fa7f6ef4..f185edcd 100644 --- a/pom.xml +++ b/pom.xml @@ -987,6 +987,21 @@ OF THE POSSIBILITY OF SUCH DAMAGE. + + org.junit.jupiter + junit-jupiter-engine + test + + + org.junit.jupiter + junit-jupiter-params + test + + + org.junit.jupiter + junit-jupiter-api + test + org.hamcrest hamcrest @@ -1494,12 +1509,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE. org.mockito mockito-core 4.7.0 - - - org.hamcrest - hamcrest-core - -