We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe92eb commit 1a0dfa0Copy full SHA for 1a0dfa0
spring-boot-project/spring-boot-starters/spring-boot-starter-log4j2/pom.xml
@@ -23,6 +23,10 @@
23
<groupId>org.apache.logging.log4j</groupId>
24
<artifactId>log4j-core</artifactId>
25
</dependency>
26
+ <dependency>
27
+ <groupId>org.apache.logging.log4j</groupId>
28
+ <artifactId>log4j-jul</artifactId>
29
+ </dependency>
30
<dependency>
31
<groupId>org.slf4j</groupId>
32
<artifactId>jul-to-slf4j</artifactId>
0 commit comments