Make log4j an optional dependency

...as it is in the main elasticsearch pom.xml. This is useful for people who want to use slf4j/logback instead of log4j.
Closes #2.
This commit is contained in:
ejain 2012-12-08 16:48:40 -08:00 committed by David Pilato
parent 8036c4fb81
commit aa68294c85
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>