Dependencies: Upgrade to netty 4.1.4 (#19689)
Removes our internal snapshot repo we used until 4.1.4 was released.
This commit is contained in:
parent
ad028f3f9c
commit
30b497622b
|
@ -297,10 +297,6 @@ class BuildPlugin implements Plugin<Project> {
|
|||
url "http://s3.amazonaws.com/download.elasticsearch.org/lucenesnapshots/${revision}"
|
||||
}
|
||||
}
|
||||
repos.maven {
|
||||
name 'netty-snapshots'
|
||||
url "http://s3.amazonaws.com/download.elasticsearch.org/nettysnapshots/20160722"
|
||||
}
|
||||
}
|
||||
|
||||
/** Returns a closure which can be used with a MavenPom for removing transitive dependencies. */
|
||||
|
|
|
@ -33,13 +33,13 @@ compileTestJava.options.compilerArgs << "-Xlint:-cast,-deprecation,-rawtypes,-tr
|
|||
|
||||
dependencies {
|
||||
// network stack
|
||||
compile "io.netty:netty-buffer:4.1.4.Final-elastic-SNAPSHOT"
|
||||
compile "io.netty:netty-codec:4.1.4.Final-elastic-SNAPSHOT"
|
||||
compile "io.netty:netty-codec-http:4.1.4.Final-elastic-SNAPSHOT"
|
||||
compile "io.netty:netty-common:4.1.4.Final-elastic-SNAPSHOT"
|
||||
compile "io.netty:netty-handler:4.1.4.Final-elastic-SNAPSHOT"
|
||||
compile "io.netty:netty-resolver:4.1.4.Final-elastic-SNAPSHOT"
|
||||
compile "io.netty:netty-transport:4.1.4.Final-elastic-SNAPSHOT"
|
||||
compile "io.netty:netty-buffer:4.1.4.Final"
|
||||
compile "io.netty:netty-codec:4.1.4.Final"
|
||||
compile "io.netty:netty-codec-http:4.1.4.Final"
|
||||
compile "io.netty:netty-common:4.1.4.Final"
|
||||
compile "io.netty:netty-handler:4.1.4.Final"
|
||||
compile "io.netty:netty-resolver:4.1.4.Final"
|
||||
compile "io.netty:netty-transport:4.1.4.Final"
|
||||
}
|
||||
|
||||
integTest {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
bae159f72e78d211733db0f13b0d8436a65af5ac
|
|
@ -0,0 +1 @@
|
|||
5e199381c808377faeeb80e69f365246004d6f9f
|
|
@ -1 +0,0 @@
|
|||
a8fb268e5756768ed9ddc46806cf724481c14298
|
|
@ -0,0 +1 @@
|
|||
86fc9367492cdca25542fb037467ab853a77ff62
|
|
@ -1 +0,0 @@
|
|||
8219258943eaa26115a8f39b16163b4d0e53770e
|
|
@ -0,0 +1 @@
|
|||
f6ef27ed46dd806dc27c1f0ed2e6bcfad12d28cc
|
|
@ -1 +0,0 @@
|
|||
8f2a9aafddf7a5db56e6c7dbbc94834e5bdeb186
|
|
@ -0,0 +1 @@
|
|||
e267ca463a0dc6292cf5e0528c4b59d6d5f76ff5
|
|
@ -1 +0,0 @@
|
|||
99a2d3a7285195c7f42d25f236212b984d0dfcb7
|
|
@ -0,0 +1 @@
|
|||
5674b3bc1203d913da71ba98bb7d43832c7a71e7
|
|
@ -1 +0,0 @@
|
|||
1f832049b94980a9f8d01ff87a83170c5a03f7eb
|
|
@ -0,0 +1 @@
|
|||
19f86688069a018cf5e45f7a9f9a02971b9e31ee
|
|
@ -1 +0,0 @@
|
|||
16a2ffc9a952a8c1deccca462e7f9965608db2b2
|
|
@ -0,0 +1 @@
|
|||
6c99d2323d75d74b9571c4ddbdc411d96bf8d780
|
Loading…
Reference in New Issue