Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
change dependency to log4j-slf4j-impl
Browse files Browse the repository at this point in the history
spring-boot-starter-log4j2 imports too much
log4j-core isn't necessary
  • Loading branch information
hilmarf authored and ioangut committed Dec 13, 2021
1 parent f7818aa commit 4e31777
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,9 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.15.0</version>
<artifactId>log4j-slf4j-impl</artifactId>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit 4e31777

Please sign in to comment.