Skip to content

Commit 75fc6c9

Browse files
committed
change underlying binding from simple-logging to log4j
Signed-off-by: Gilian Rehm <g_rehm@ich-habe-fertig.com>
1 parent a7a80f0 commit 75fc6c9

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,15 @@
9696
<version>2.0.7</version>
9797
</dependency>
9898
<dependency>
99-
<groupId>org.slf4j</groupId>
100-
<artifactId>slf4j-simple</artifactId>
101-
<version>2.0.7</version>
99+
<groupId>org.apache.logging.log4j</groupId>
100+
<artifactId>log4j-slf4j2-impl</artifactId>
101+
<version>2.20.0</version>
102+
<exclusions>
103+
<exclusion>
104+
<groupId>org.slf4j</groupId>
105+
<artifactId>slf4j-api</artifactId>
106+
</exclusion>
107+
</exclusions>
102108
</dependency>
103109
<dependency>
104110
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)