SOLR-4308: Remove the problematic and now unnecessary log4j-over-slf4j.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1434020 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-01-16 16:24:22 +00:00
parent 8d53469101
commit c0e1a701b8
2 changed files with 3 additions and 1 deletions

View File

@ -650,6 +650,9 @@ Other Changes
disallow atomic update requests which change signature generating fields.
(Joel Nothman, yonik, shalin)
* SOLR-4308: Remove the problematic and now unnecessary log4j-over-slf4j.
(Mark Miller)
================== 4.0.0 ==================
Versions of Major Components

View File

@ -21,7 +21,6 @@
<dependencies>
<dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.5" transitive="false"/>
<dependency org="org.slf4j" name="log4j-over-slf4j" rev="1.6.4" transitive="false"/>
<dependency org="org.apache.httpcomponents" name="httpcore" rev="4.1.4" transitive="false"/>
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.1.3" transitive="false"/>
<dependency org="org.apache.httpcomponents" name="httpmime" rev="4.1.3" transitive="false"/>