|
@@ -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 {
|