From 2a1b317fb194a9a1e39b55ddf89c790606eab2cd Mon Sep 17 00:00:00 2001 From: Marcin Kostrzewski Date: Wed, 28 Oct 2020 17:46:12 +0100 Subject: [PATCH] Fixed junit issues with maven --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 6f338b7..b2a32fe 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,12 @@ 5.7.0 test + + org.junit.jupiter + junit-jupiter-api + 5.7.0 + test + @@ -38,5 +44,14 @@ 1.8 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.1 + + + \ No newline at end of file