File tree 2 files changed +2
-7
lines changed
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -465,11 +465,6 @@ SPDX-License-Identifier: Unlicense
465
465
<artifactId >slf4j-simple</artifactId >
466
466
<version >2.0.13</version >
467
467
</dependency >
468
- <dependency >
469
- <groupId >org.apache.logging.log4j</groupId >
470
- <artifactId >log4j-slf4j2-impl</artifactId >
471
- <version >2.23.1</version >
472
- </dependency >
473
468
</dependencies >
474
469
</dependencyManagement >
475
470
Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ SPDX-License-Identifier: Unlicense
84
84
<version >0.10-SNAPSHOT</version >
85
85
</dependency >
86
86
<dependency >
87
- <groupId >org.apache.logging.log4j </groupId >
88
- <artifactId >log4j-slf4j2-impl </artifactId >
87
+ <groupId >org.slf4j </groupId >
88
+ <artifactId >slf4j-simple </artifactId >
89
89
<scope >runtime</scope >
90
90
</dependency >
91
91
</dependencies >
You can’t perform that action at this time.
0 commit comments