mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
upgrade to netty 3.2.1.Final
This commit is contained in:
parent
2121aaad3b
commit
d5f35f3cee
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ dependencies {
|
||||||
runtime 'org.codehaus.jackson:jackson-core-asl:1.5.2'
|
runtime 'org.codehaus.jackson:jackson-core-asl:1.5.2'
|
||||||
runtime 'org.yaml:snakeyaml:1.6'
|
runtime 'org.yaml:snakeyaml:1.6'
|
||||||
|
|
||||||
runtime('org.jboss.netty:netty:3.2.0.CR1') { transitive = false }
|
runtime('org.jboss.netty:netty:3.2.1.Final') { transitive = false }
|
||||||
runtime('com.ning:async-http-client:1.0.0-SNAPSHOT') { transitive = false }
|
runtime('com.ning:async-http-client:1.0.0-SNAPSHOT') { transitive = false }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue