Skip to content

Commit 6e67348

Browse files
author
jainadc9
committed
Excluded log4j-to-slf4j dependency
1 parent 6bb3836 commit 6e67348

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
<groupId>org.springframework.boot</groupId>
5252
<artifactId>spring-boot-starter-actuator</artifactId>
5353
<version>${springBootVersion}</version>
54+
<exclusions>
55+
<exclusion>
56+
<groupId>org.apache.logging.log4j</groupId>
57+
<artifactId>log4j-to-slf4j</artifactId>
58+
</exclusion>
59+
</exclusions>
5460
</dependency>
5561
<dependency>
5662
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)