Move log4j to test scope

Fixes gh-95
This commit is contained in:
Dave Syer
2017-12-05 10:34:44 -08:00
parent ea184cb153
commit f1121f17ec

View File

@@ -263,9 +263,8 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
<optional>true</optional>
<scope>runtime</scope>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
</dependencies>