diff --git a/.gitignore b/.gitignore index eb604a836..468eed5cd 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,6 @@ __pycache__ log.html output.xml report.html + +# VSCode Editor +.vscode diff --git a/pom.xml b/pom.xml index edb4e7be1..4b42485ee 100644 --- a/pom.xml +++ b/pom.xml @@ -91,10 +91,20 @@ + + + + org.junit.jupiter + junit-jupiter-api + 5.6.0 + test + + + - junit - junit - 4.12 + org.junit.vintage + junit-vintage-engine + 5.6.0 test