Make protocol only depend on netty-buffer

This commit is contained in:
md_5 2013-03-14 19:50:44 +11:00
parent 09bb7a93d2
commit 9483c0228b

View File

@ -21,8 +21,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<!-- TODO: Fix this --> <artifactId>netty-buffer</artifactId>
<artifactId>netty-all</artifactId>
<version>4.0.0.Beta3-SNAPSHOT</version> <version>4.0.0.Beta3-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>