diff --git a/.gitignore b/.gitignore index 94e8438..b2a0646 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .classpath .settings/ target/ -/.idea/ +.idea/ +bin/ diff --git a/pom.xml b/pom.xml index 56977a9..ecea400 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.20.1 + 3.0.0-M5 always @@ -40,10 +40,44 @@ maven-compiler-plugin 3.10.0 - 1.8 - 1.8 + ${maven.compiler.source} + ${maven.compiler.target} + true + + -Xlint:all + + + org.owasp + dependency-check-maven + 7.0.0 + + + + check + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0 + + + enforce + + + + + + + enforce + + + + @@ -62,6 +96,12 @@ org.apache.logging.log4j log4j-slf4j-impl ${log4j.version} + + + org.slf4j + slf4j-api + + org.slf4j