mirror of
https://github.com/apache/lucene.git
synced 2025-02-20 17:07:09 +00:00
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:
parent
8d53469101
commit
c0e1a701b8
@ -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
|
||||
|
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user