projects
/
facebook-utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dedc05
)
Do not force the logging-framework upon users of this mini-library
author
Kai Moritz
<kai@juplo.de>
Tue, 3 Jun 2014 09:48:34 +0000
(11:48 +0200)
committer
Kai Moritz
<kai@juplo.de>
Tue, 6 Oct 2015 06:22:25 +0000
(08:22 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
b05afaf
..
37284fe
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-179,12
+179,6
@@
<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>