Actually include native code, thanks again @normanmaurer

This commit is contained in:
md_5 2014-06-25 18:21:59 +10:00
parent 500b0af782
commit 4ac117fb4c

View File

@ -35,6 +35,13 @@
<version>${netty.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>${netty.version}</version>
<classifier>linux-x86_64</classifier>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>