mirror of https://github.com/apache/lucene.git
SOLR-3602: Maven configuration: Exclude new zookeeper 3.4.5 transitive dependency org.slf4j:slf4j-log4j12
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415408 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fd84d881ff
commit
9cd426aa0c
|
@ -62,6 +62,10 @@
|
|||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>jline</groupId>
|
||||
<artifactId>jline</artifactId>
|
||||
|
|
Loading…
Reference in New Issue