From 9352a6048cff723220cd022591d93f9ccd2eb814 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Fri, 11 Dec 2015 00:31:03 +0000 Subject: Add log4j for logging --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ec69c63..50b836d 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,16 @@ org.springframework.boot spring-boot-starter-test test + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-log4j @@ -46,6 +56,7 @@ jackson-databind ${jackson.version} + -- cgit v1.2.3