From 3c43630f933138786eabb54196e6741ecba3cdac Mon Sep 17 00:00:00 2001 From: Andrew DeMaria Date: Sat, 11 Mar 2017 18:21:03 -0700 Subject: [PATCH] Reduce logging during tests to make travis happy Signed-off-by: Andrew DeMaria --- libresonic-main/pom.xml | 13 +++++++++++++ libresonic-main/src/test/resources/logback.xml | 8 ++++++++ 2 files changed, 21 insertions(+) create mode 100644 libresonic-main/src/test/resources/logback.xml diff --git a/libresonic-main/pom.xml b/libresonic-main/pom.xml index a0c3e8eb..0f574dd5 100644 --- a/libresonic-main/pom.xml +++ b/libresonic-main/pom.xml @@ -347,6 +347,19 @@ org.apache.commons commons-configuration2 2.1.1 + + + commons-logging + commons-logging + + + + + + com.mattbertolini + liquibase-slf4j + 1.2.1 + runtime commons-beanutils diff --git a/libresonic-main/src/test/resources/logback.xml b/libresonic-main/src/test/resources/logback.xml new file mode 100644 index 00000000..fcce9982 --- /dev/null +++ b/libresonic-main/src/test/resources/logback.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file