From 07976ec260a149a762f7d64a9823e37a759a371b Mon Sep 17 00:00:00 2001 From: Micha Date: Thu, 6 Sep 2018 17:45:50 +0200 Subject: [PATCH] Fixed log4j dependency issue. --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index 6ce6cc3..b5c247e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,12 +9,19 @@ 1.8 1.8 1.8 + 1.7.10 org.springframework.boot spring-boot-starter-web 1.2.2.RELEASE + + + org.slf4j + log4j-over-slf4j + + org.json @@ -44,6 +51,20 @@ 4.11 test + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + src/test/java