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
-5
View File
@@ -61,11 +61,6 @@
<artifactId>xmlbeans</artifactId>
<version>${xmlbeans.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j-core.version}</version>
</dependency>
</dependencies>
<build>