adding memcache codec to netty-all project.

This commit is contained in:
Michael Nitschinger 2013-11-04 11:40:47 +01:00 committed by Trustin Lee
parent a327a25a6c
commit 5551fc7351

View File

@ -126,6 +126,13 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-codec-memcache</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-common</artifactId>