mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-04 21:31:11 +00:00
Add Log4j core dependency to pom.xml
Signed-off-by: Tiago Souza <110750707+tiagovfsouza@users.noreply.github.com>
This commit is contained in:
parent
ab1d5364a0
commit
753d2cd3fb
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue