diff --git a/pom.xml b/pom.xml index 71af32c1..070602bf 100644 --- a/pom.xml +++ b/pom.xml @@ -57,8 +57,9 @@ - UTF-8 unknown + 4.0.0.Beta3-SNAPSHOT + UTF-8 diff --git a/protocol/pom.xml b/protocol/pom.xml index 8e0a4416..e12cbdcb 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -22,7 +22,7 @@ io.netty netty-buffer - 4.0.0.Beta3-SNAPSHOT + ${netty.version} provided diff --git a/proxy/pom.xml b/proxy/pom.xml index ab7a764c..5e0de525 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -21,8 +21,13 @@ io.netty - netty-all - 4.0.0.Beta3-SNAPSHOT + netty-codec + ${netty.version} + + + io.netty + netty-handler + ${netty.version} net.md-5