From 54c707cc7e57c32280e9b3282f7736a259a3759c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz>
Date: Sun, 15 Jul 2018 12:37:05 +0200
Subject: [PATCH] maven: log4j logging

---
 haas-spim-benchmark/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/haas-spim-benchmark/pom.xml b/haas-spim-benchmark/pom.xml
index 8b41454c..5eaaff88 100644
--- a/haas-spim-benchmark/pom.xml
+++ b/haas-spim-benchmark/pom.xml
@@ -111,8 +111,10 @@
 		<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-jdk14 -->
 		<dependency>
 			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-simple</artifactId>
+			<artifactId>slf4j-log4j12</artifactId>
+			<version>1.7.25</version>
 			<scope>provided</scope>
+			<optional>true</optional>
 		</dependency>
 	</dependencies>
 </project>
-- 
GitLab