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
-10
View File
@@ -51,16 +51,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>