Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 0892a40

Browse files
authored
fix: logging dependencies (#53)
1 parent 218e04a commit 0892a40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</dependency>
5757
<dependency>
5858
<groupId>org.apache.logging.log4j</groupId>
59-
<artifactId>log4j-slf4j-impl</artifactId>
59+
<artifactId>log4j-slf4j2-impl</artifactId>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</dependency>
116116
<dependency>
117117
<groupId>org.apache.logging.log4j</groupId>
118-
<artifactId>log4j-slf4j-impl</artifactId>
118+
<artifactId>log4j-slf4j2-impl</artifactId>
119119
<version>${log4j.version}</version>
120120
<scope>test</scope>
121121
</dependency>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</dependency>
4040
<dependency>
4141
<groupId>org.apache.logging.log4j</groupId>
42-
<artifactId>log4j-slf4j-impl</artifactId>
42+
<artifactId>log4j-slf4j2-impl</artifactId>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>

0 commit comments

Comments
 (0)