Skip to content

Commit 523a796

Browse files
committed
UI: Use slf4j-simple as logger impl (instead of log4j)
1 parent f28b342 commit 523a796

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

modules/parent/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -465,11 +465,6 @@ SPDX-License-Identifier: Unlicense
465465
<artifactId>slf4j-simple</artifactId>
466466
<version>2.0.13</version>
467467
</dependency>
468-
<dependency>
469-
<groupId>org.apache.logging.log4j</groupId>
470-
<artifactId>log4j-slf4j2-impl</artifactId>
471-
<version>2.23.1</version>
472-
</dependency>
473468
</dependencies>
474469
</dependencyManagement>
475470

modules/ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ SPDX-License-Identifier: Unlicense
8484
<version>0.10-SNAPSHOT</version>
8585
</dependency>
8686
<dependency>
87-
<groupId>org.apache.logging.log4j</groupId>
88-
<artifactId>log4j-slf4j2-impl</artifactId>
87+
<groupId>org.slf4j</groupId>
88+
<artifactId>slf4j-simple</artifactId>
8989
<scope>runtime</scope>
9090
</dependency>
9191
</dependencies>

0 commit comments

Comments
 (0)