diff --git a/pom.xml b/pom.xml index a1790c3..dad7a02 100755 --- a/pom.xml +++ b/pom.xml @@ -164,5 +164,11 @@ 4.12 test + + ch.qos.logback + logback-classic + 1.2.3 + test + diff --git a/src/test/resources/logback.xml b/src/test/resources/logback.xml new file mode 100644 index 0000000..e8cdc6a --- /dev/null +++ b/src/test/resources/logback.xml @@ -0,0 +1,13 @@ + + + + + + %m%n + + + + + + + \ No newline at end of file