diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-05-24 08:18:35 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-05-24 08:18:35 +0200 |
commit | 6bd515d02b5d2c8bb81cf59a61962c6a8fbb84ef (patch) | |
tree | b432d7b70ed5d14a74045a07d7b67512f9290d7a /eaaf_core/pom.xml | |
parent | 4499851b7f0e60e05640c77bfbdc3f93ac77b743 (diff) | |
download | EAAF-Components-6bd515d02b5d2c8bb81cf59a61962c6a8fbb84ef.tar.gz EAAF-Components-6bd515d02b5d2c8bb81cf59a61962c6a8fbb84ef.tar.bz2 EAAF-Components-6bd515d02b5d2c8bb81cf59a61962c6a8fbb84ef.zip |
update message-logging and remove explicit Logger implementation
Diffstat (limited to 'eaaf_core/pom.xml')
-rw-r--r-- | eaaf_core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eaaf_core/pom.xml b/eaaf_core/pom.xml index 477f56b1..0f6b3082 100644 --- a/eaaf_core/pom.xml +++ b/eaaf_core/pom.xml @@ -40,10 +40,10 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> - <dependency> + <!-- dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - </dependency> + </dependency--> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> |