diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-12-20 08:16:01 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-12-20 08:16:01 +0100 |
commit | 7f39aaa3d8633e9f05d2570c756e5e1fcac9b017 (patch) | |
tree | 044917e894ebb54763301abae91de1f24f9d1069 /id/server/moa-id-commons | |
parent | 43752e9eb9bdba0703bacd48dfdbba5190aec7b3 (diff) | |
download | moa-id-spss-7f39aaa3d8633e9f05d2570c756e5e1fcac9b017.tar.gz moa-id-spss-7f39aaa3d8633e9f05d2570c756e5e1fcac9b017.tar.bz2 moa-id-spss-7f39aaa3d8633e9f05d2570c756e5e1fcac9b017.zip |
switch from log4j to logback
Diffstat (limited to 'id/server/moa-id-commons')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index 446c11437..56af92d73 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -182,12 +182,11 @@ </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j-impl</artifactId> + <artifactId>log4j-1.2-api</artifactId> </dependency> - <dependency> <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-1.2-api</artifactId> + <artifactId>log4j-to-slf4j</artifactId> </dependency> <dependency> |