JAVA-27804: Remove explicit logging dependency (#15448)

This commit is contained in:
Harry9656
2024-01-09 13:18:12 +05:30
committed by GitHub
parent 40dc851047
commit 5136e7349b
68 changed files with 7 additions and 606 deletions
-11
View File
@@ -20,17 +20,6 @@
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<!-- logging -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency> <!-- needed to bridge to slf4j for projects that use the log4j APIs directly -->
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${org.slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>