diff --git a/pom.xml b/pom.xml index 1bccb15..3c5a434 100644 --- a/pom.xml +++ b/pom.xml @@ -11,6 +11,10 @@ 1.0-SNAPSHOT war + + UTF-8 + + Johannes Theiner @@ -52,6 +56,24 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 8 + 8 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.1 + + + maven-surefire-plugin + 3.0.0-M1 + @@ -71,15 +93,32 @@ + org.projectlombok lombok 1.18.4 + compile org.jetbrains annotations 13.0 + compile + + + + + org.junit.jupiter + junit-jupiter-api + 5.4.0 + test + + + org.junit.jupiter + junit-jupiter-engine + 5.4.0 + test diff --git a/src/main/resources/LogoBauDas2.gif b/src/main/resources/LogoBauDas2.gif new file mode 100644 index 0000000..2fbc6e1 Binary files /dev/null and b/src/main/resources/LogoBauDas2.gif differ