We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 048f584 + 192ab3a commit adbdba4Copy full SHA for adbdba4
1 file changed
pom.xml
@@ -65,6 +65,17 @@
65
<dependency>
66
<groupId>org.springframework.boot</groupId>
67
<artifactId>spring-boot-starter-actuator</artifactId>
68
+ <exclusions>
69
+ <exclusion>
70
+ <groupId>org.springframework.boot</groupId>
71
+ <artifactId>spring-boot-starter-logging</artifactId>
72
+ </exclusion>
73
+ </exclusions>
74
+ </dependency>
75
+
76
+ <dependency>
77
78
+ <artifactId>spring-boot-starter-log4j2</artifactId>
79
</dependency>
80
81
0 commit comments