File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments