Commit 327057b1 authored by Thorsten Heit's avatar Thorsten Heit Committed by Ralph Goers
Browse files

Added dependency to log4j-slf4j18-impl

parent 0d53d98a
Showing with 6 additions and 0 deletions
+6 -0
......@@ -78,6 +78,12 @@
<artifactId>log4j-slf4j-impl</artifactId>
<version>${project.version}</version>
</dependency>
<!-- SLF4J 1.8.x Compatibility API -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Web Application Support -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment