Cleanup dependencies

This commit is contained in:
Dave Fisher 2024-07-29 14:19:11 -07:00
parent ef45ea1f86
commit c98c2959f2
2 changed files with 4 additions and 5 deletions

View File

@ -414,14 +414,13 @@
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId> <artifactId>log4j-core</artifactId>
<version>2.23.1</version> <version>2.23.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId> <artifactId>log4j-slf4j-impl</artifactId>
<version>2.23.1</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -65,7 +65,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId> <artifactId>log4j-slf4j-impl</artifactId>
<version>2.23.1</version> <version>2.23.1</version>
</dependency> </dependency>