diff --git a/.gitignore b/.gitignore index e00ec70..aba6df2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .classpath .settings/ target/ +bin/ diff --git a/pom.xml b/pom.xml index 9066d15..a06b80b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ ${project.basedir} 1.8 1.8 - 2.13.0 + 2.13.3 1.7.30 https://nexus.locusworks.net @@ -44,6 +44,24 @@ 1.8 + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M2 + + + enforce + + + + + + + enforce + + + + @@ -62,6 +80,12 @@ org.apache.logging.log4j log4j-slf4j-impl ${log4j.version} + + + org.slf4j + slf4j-api + + org.slf4j