mirror of https://github.com/apache/lucene.git
SOLR-3639: Update ZooKeeper to 3.3.6
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1369025 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
33fd61bb3a
commit
45030e76eb
|
@ -120,7 +120,7 @@
|
|||
<classpathentry kind="lib" path="solr/lib/slf4j-api-1.6.4.jar"/>
|
||||
<classpathentry kind="lib" path="solr/lib/slf4j-jdk14-1.6.4.jar"/>
|
||||
<classpathentry kind="lib" path="solr/lib/wstx-asl-3.2.7.jar"/>
|
||||
<classpathentry kind="lib" path="solr/lib/zookeeper-3.3.5.jar"/>
|
||||
<classpathentry kind="lib" path="solr/lib/zookeeper-3.3.6.jar"/>
|
||||
<classpathentry kind="lib" path="solr/example/lib/jetty-continuation-8.1.2.v20120308.jar"/>
|
||||
<classpathentry kind="lib" path="solr/example/lib/jetty-deploy-8.1.2.v20120308.jar"/>
|
||||
<classpathentry kind="lib" path="solr/example/lib/jetty-http-8.1.2.v20120308.jar"/>
|
||||
|
|
|
@ -298,7 +298,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.zookeeper</groupId>
|
||||
<artifactId>zookeeper</artifactId>
|
||||
<version>3.3.5</version>
|
||||
<version>3.3.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.carrot2</groupId>
|
||||
|
|
|
@ -32,7 +32,7 @@ Apache Tika 1.1
|
|||
Carrot2 3.5.0
|
||||
Velocity 1.6.4 and Velocity Tools 2.0
|
||||
Apache UIMA 2.3.1
|
||||
Apache ZooKeeper 3.3.5
|
||||
Apache ZooKeeper 3.3.6
|
||||
|
||||
Upgrading from Solr 4.0.0-ALPHA
|
||||
----------------------
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
5ee2093c5516a665d947b698cb6848f5af1d4482
|
|
@ -0,0 +1 @@
|
|||
36825ff1595144d42d2f3a51f810eaefdcf8cb79
|
|
@ -20,7 +20,7 @@
|
|||
<info organisation="org.apache.solr" module="solrj"/>
|
||||
|
||||
<dependencies>
|
||||
<dependency org="org.apache.zookeeper" name="zookeeper" rev="3.3.5" transitive="false"/>
|
||||
<dependency org="org.apache.zookeeper" name="zookeeper" rev="3.3.6" 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"/>
|
||||
|
|
Loading…
Reference in New Issue