Start work on netty overhaul

This commit is contained in:
md_5
2013-03-07 18:17:49 +11:00
parent 87e78bae7e
commit 0077af58d0
35 changed files with 519 additions and 386 deletions

View File

@@ -19,6 +19,11 @@
<description>Proxy component of the Elastic Portal Suite</description>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.0.0.Beta2</version>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-protocol</artifactId>