From 428ac582aa1d1d257fe65ddc49191a6b3f1077ac Mon Sep 17 00:00:00 2001 From: Mauro Mugnaini Date: Mon, 29 Jun 2020 17:01:23 +0200 Subject: [PATCH] Added slf4j-log4j dependency for test --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 76fc44d..6ff7c24 100644 --- a/pom.xml +++ b/pom.xml @@ -50,10 +50,17 @@ org.slf4j slf4j-api + compile com.googlecode.json-simple json-simple + compile + + + org.slf4j + slf4j-log4j12 + test \ No newline at end of file