Merge NIO into master. I would not recommend this on a production server at all. Its 1.5 anyway.
This commit is contained in:
@@ -17,4 +17,14 @@
|
||||
|
||||
<name>BungeeCord-Protocol</name>
|
||||
<description>Minimal implementation of the Minecraft protocol for use in BungeeCord</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<!-- TODO: Fix this -->
|
||||
<artifactId>netty-all</artifactId>
|
||||
<version>4.0.0.Beta3-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user