Skip to content

Commit a7a80f0

Browse files
committed
correctly integrate slf4j via pom
change from log4j-slf4j18-impl to correct implementation so I don't have activly exclude it in future anymore Signed-off-by: Gilian Rehm <g_rehm@ich-habe-fertig.com>
1 parent e718e7e commit a7a80f0

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,14 @@
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>
94-
<groupId>org.apache.logging.log4j</groupId>
95-
<artifactId>log4j-slf4j18-impl</artifactId>
96-
<version>2.18.0</version>
94+
<groupId>org.slf4j</groupId>
95+
<artifactId>slf4j-api</artifactId>
96+
<version>2.0.7</version>
97+
</dependency>
98+
<dependency>
99+
<groupId>org.slf4j</groupId>
100+
<artifactId>slf4j-simple</artifactId>
101+
<version>2.0.7</version>
97102
</dependency>
98103
<dependency>
99104
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)