Removed unnecessary include, that might lead to cryptic errors
authorKai Moritz <kai@juplo.de>
Fri, 3 Jun 2016 15:01:35 +0000 (17:01 +0200)
committerKai Moritz <kai@juplo.de>
Tue, 15 Aug 2017 17:45:37 +0000 (19:45 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 9705b25..226ef78 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
       <artifactId>slf4j-api</artifactId>
       <version>${slf4j.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <version>${slf4j.version}</version>
-      <scope>runtime</scope>
-    </dependency>
 
     <!-- Testing -->
     <dependency>