Make log4j dependency a test only dependency

Original commit: elastic/x-pack-elasticsearch@cc8936ad8f
This commit is contained in:
Brian Murphy 2015-05-06 15:50:18 -04:00
parent 42fc43451c
commit bd9bf2810d
1 changed files with 7 additions and 6 deletions

13
pom.xml
View File

@ -132,6 +132,13 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<!-- Regular dependencies -->
<dependency>
@ -173,12 +180,6 @@
<version>${lucene.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>