diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7b016a8 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.compile.nullAnalysis.mode": "automatic" +} \ No newline at end of file diff --git a/template/pom.xml b/template/pom.xml index 473e2db..5c2e796 100644 --- a/template/pom.xml +++ b/template/pom.xml @@ -36,12 +36,6 @@ javax.persistence-api 2.2 - - junit - junit - 4.13 - test - ch.qos.logback logback-classic