diff --git a/.gitignore b/.gitignore index 8643541..66e1abd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ .flattened-pom.xml target +/.classpath +/.project +/.settings/ diff --git a/pom.xml b/pom.xml index 3717d3d..6baedaf 100644 --- a/pom.xml +++ b/pom.xml @@ -75,11 +75,34 @@ [3.9.1] test - - org.slf4j - slf4j-nop - [1.7.25] - test - + + + + + standard + + true + + + + org.slf4j + slf4j-nop + [1.7.25] + test + + + + + trace + + + ch.qos.logback + logback-classic + 1.2.3 + test + + + +