From bc6f5891a3993fba7a81c806d0f40fbd95e992f4 Mon Sep 17 00:00:00 2001 From: Johannes Theiner Date: Sat, 24 Mar 2018 16:15:55 +0100 Subject: [PATCH] Praktikum 1: Tests --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index d9c7225..2f282c4 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,23 @@ 1.8 + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + + org.junit.platform + junit-platform-surefire-provider + 1.0.1 + + + org.junit.jupiter + junit-jupiter-engine + 5.0.1 + + +