Do not force the logging-framework upon users of this mini-library
authorKai Moritz <kai@juplo.de>
Tue, 3 Jun 2014 09:48:34 +0000 (11:48 +0200)
committerKai Moritz <kai@juplo.de>
Tue, 6 Oct 2015 06:22:25 +0000 (08:22 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index b05afaf..37284fe 100644 (file)
--- 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>
 
   </dependencies>