Maven configuration: Solrj: exclude unused netty dependency from zookeeper dependency

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420786 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-12-12 15:49:43 +00:00
parent c2516de262
commit b835a4a426
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>