We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2889ef9 commit 8f4278cCopy full SHA for 8f4278c
spring-boot-project/spring-boot-starters/spring-boot-starter-data-elasticsearch/pom.xml
@@ -27,6 +27,10 @@
27
<groupId>org.slf4j</groupId>
28
<artifactId>jcl-over-slf4j</artifactId>
29
</exclusion>
30
+ <exclusion>
31
+ <groupId>org.apache.logging.log4j</groupId>
32
+ <artifactId>log4j-core</artifactId>
33
+ </exclusion>
34
</exclusions>
35
</dependency>
36
</dependencies>
spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml
@@ -18,6 +18,10 @@
18
<groupId>ch.qos.logback</groupId>
19
<artifactId>logback-classic</artifactId>
20
21
+ <dependency>
22
23
+ <artifactId>log4j-to-slf4j</artifactId>
24
+ </dependency>
25
<dependency>
26
<artifactId>jul-to-slf4j</artifactId>
0 commit comments