Remove Log4j dependencies (#2374)

This commit is contained in:
Avgustin Marinov
2025-04-25 16:21:54 +03:00
committed by GitHub
parent ffc550fcc7
commit 4c5714ecb4
2 changed files with 0 additions and 8 deletions

View File

@@ -63,10 +63,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>

View File

@@ -76,10 +76,6 @@
</dependency>
<!-- Database END -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>