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

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>