Skip to content

Commit 1a0dfa0

Browse files
committed
Add log4j-jul to Log4j 2 starter
Closes gh-12659
1 parent abe92eb commit 1a0dfa0

File tree

1 file changed

+4
-0
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-log4j2

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-log4j2/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<groupId>org.apache.logging.log4j</groupId>
2424
<artifactId>log4j-core</artifactId>
2525
</dependency>
26+
<dependency>
27+
<groupId>org.apache.logging.log4j</groupId>
28+
<artifactId>log4j-jul</artifactId>
29+
</dependency>
2630
<dependency>
2731
<groupId>org.slf4j</groupId>
2832
<artifactId>jul-to-slf4j</artifactId>

0 commit comments

Comments
 (0)