Add Log4j core dependency to pom.xml

Signed-off-by: Tiago Souza <110750707+tiagovfsouza@users.noreply.github.com>
This commit is contained in:
Tiago Souza 2026-01-15 22:14:54 -08:00 committed by GitHub
parent ab1d5364a0
commit 753d2cd3fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,11 @@
<dependencies>
<!-- Spring and Spring Boot dependencies -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>