mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-10 08:51:19 +00:00
Go back to using netty-all
This commit is contained in:
@@ -21,12 +21,7 @@ dependencies {
|
||||
compile "org.slf4j:slf4j-api:$slf4jVersion"
|
||||
compile "com.fasterxml.jackson.core:jackson-core:$jacksonCoreVersion"
|
||||
compile "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
|
||||
compile "io.netty:netty-buffer:$nettyVersion"
|
||||
compile "io.netty:netty-common:$nettyVersion"
|
||||
compile "io.netty:netty-transport:$nettyVersion"
|
||||
compile "io.netty:netty-codec:$nettyVersion"
|
||||
compile "io.netty:netty-codec-http:$nettyVersion"
|
||||
compile "io.netty:netty-handler:$nettyVersion"
|
||||
compile "io.netty:netty-all:$nettyVersion"
|
||||
}
|
||||
|
||||
artifacts {
|
||||
|
||||
Reference in New Issue
Block a user