test: enabled the slf4j logging for subethamail smtp server to see what is failing here

Original commit: elastic/x-pack-elasticsearch@6c4b1096f9
This commit is contained in:
Martijn van Groningen 2015-07-08 11:04:29 +02:00
parent 74d178cfbe
commit 6d80d1b0ad
1 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<!-- needed for tests that use templating -->
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>