Add log4j-jul to Log4j 2 starter

Closes gh-12659
This commit is contained in:
Andy Wilkinson 2018-06-04 19:38:25 +01:00
parent abe92eba2e
commit 1a0dfa06ab
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jul</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>