MCSM: подготовка к WebSocket
This commit is contained in:
@@ -16,6 +16,7 @@ jar {
|
||||
'!asys.mcsmanager.packets.*',
|
||||
'io.netty.buffer;version="[4.0,5)"',
|
||||
'io.netty.handler.codec;version="[4.0,5)"',
|
||||
'io.netty.handler.codec.http;version="[4.0,5)"',
|
||||
'*'
|
||||
}
|
||||
|
||||
@@ -32,4 +33,5 @@ dependencies {
|
||||
compile project(':webinterface')
|
||||
include files(project(':bridge-protocol').sourceSets.main.output.classesDir)
|
||||
compile group: 'io.netty', name: 'netty-codec', version: nettyVersion
|
||||
compile group: 'io.netty', name: 'netty-codec-http', version: nettyVersion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user