Added slf4j log4j bindings for quartz :(

Original commit: elastic/x-pack-elasticsearch@2bc5bda9ed
This commit is contained in:
Martijn van Groningen 2014-10-24 18:18:42 +02:00
parent 1a32243781
commit 39182616c7
1 changed files with 6 additions and 0 deletions

View File

@ -83,11 +83,17 @@
<artifactId>log4j</artifactId>
<version>1.2.16</version>
</dependency>
<!-- Otherwise we can't see quartz logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>