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

Commit 2a30f55

Browse files
authored
Merge branch 'main' into snapshot-release
2 parents d99e850 + 0892a40 commit 2a30f55

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
@@ -133,7 +133,7 @@
133133
</dependency>
134134
<dependency>
135135
<groupId>org.apache.logging.log4j</groupId>
136-
<artifactId>log4j-slf4j-impl</artifactId>
136+
<artifactId>log4j-slf4j2-impl</artifactId>
137137
<version>${log4j.version}</version>
138138
<scope>test</scope>
139139
</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)