This commit is contained in:
Tiago Souza 2026-01-15 22:15:33 -08:00 committed by GitHub
commit 8140dcf11f
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>