From 9fdf2a822b48685159e2f440f6584cf0fc973f08 Mon Sep 17 00:00:00 2001 From: kske Date: Wed, 2 Sep 2020 15:49:30 +0200 Subject: [PATCH] Remove resource folders, add JUnit 5 dependency --- .classpath | 11 ----------- pom.xml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.classpath b/.classpath index 0fb79cf..4559ca0 100644 --- a/.classpath +++ b/.classpath @@ -6,11 +6,6 @@ - - - - - @@ -18,12 +13,6 @@ - - - - - - diff --git a/pom.xml b/pom.xml index 1916afc..a73fb3a 100644 --- a/pom.xml +++ b/pom.xml @@ -16,4 +16,18 @@ 11 11 + + + + + + + + + org.junit.jupiter + junit-jupiter-api + 5.6.2 + test + + \ No newline at end of file