From 39aaba93b412959cc6309b1a7d7579ddd1fd5fd4 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 5 Mar 2014 10:35:33 +0100 Subject: [PATCH] commons-logging might interfere with slf4j See: http://stackoverflow.com/questions/7952154/spring-resttemplate-how-to-enable-full-debugging-logging-of-requests-responses --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index b9e7a1b3..5559fa2d 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,12 @@ org.springframework spring-webmvc ${springframework.version} + + + commons-logging + commons-logging + + -- 2.20.1