Upgrade to Netty 3.5.0.Final, closes #2013.
This commit is contained in:
parent
395a09db03
commit
77e3cc1790
4
pom.xml
4
pom.xml
|
@ -6,7 +6,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch</artifactId>
|
||||
<version>0.20.0.Beta1-SNAPSHOT</version>
|
||||
<version>0.19.4</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>ElasticSearch - Open Source, Distributed, RESTful Search Engine</description>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
|
@ -153,7 +153,7 @@
|
|||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty</artifactId>
|
||||
<version>3.4.6.Final</version>
|
||||
<version>3.5.0.Final</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<!-- END: dependencies that are shaded -->
|
||||
|
|
Loading…
Reference in New Issue