diff --git a/pom.xml b/pom.xml index 1c1889c..7dedaf3 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,12 @@ commons-beanutils commons-beanutils 1.11.0 + + + commons-logging + commons-logging + + @@ -81,6 +87,12 @@ com.mashape.unirest unirest-java 1.4.9 + + + commons-logging + commons-logging + + diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml new file mode 100644 index 0000000..a69c58b --- /dev/null +++ b/src/main/resources/logback-spring.xml @@ -0,0 +1,20 @@ + + + + + + + ${CONSOLE_LOG_PATTERN} + UTF-8 + + + + + + + + + + + + \ No newline at end of file