Support log4j 2.x.

This is an RC dependency. We can update that when log4j 2.0 is release, but that shouldn't be
necessary.
This commit is contained in:
Jamie Doornbos
2014-05-27 14:41:54 -07:00
parent bba7ee14be
commit 1c4c379627
3 changed files with 74 additions and 0 deletions
+7
View File
@@ -55,6 +55,13 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.0-rc1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>