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
@@ -14,17 +14,6 @@
</parent>
<dependencies>
<!-- 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>
</dependencies>
<build>