Use correct depend

This commit is contained in:
md_5 2013-02-17 20:10:50 +11:00
parent 7ae39f39cb
commit b92c8190a2

View file

@ -1,4 +1,4 @@
From 068d76f55fb9f85fbcc504d8627aa1ee64e5a07f Mon Sep 17 00:00:00 2001
From a9f7e64105fe0686c974a30ba49d0f19f868dfe4 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Thu, 14 Feb 2013 17:32:20 +1100
Subject: [PATCH] Netty
@ -36,7 +36,7 @@ This commit is licensed under the Creative Commons Attribution-ShareAlike 3.0 Un
create mode 100644 src/main/java/org/spigotmc/netty/ReadState.java
diff --git a/pom.xml b/pom.xml
index f17bd19..d84ac12 100644
index f17bd19..6b314ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,6 +132,11 @@
@ -45,7 +45,7 @@ index f17bd19..d84ac12 100644
</dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty</artifactId>
+ <artifactId>netty-all</artifactId>
+ <version>4.0.0.Beta1</version>
+ </dependency>
</dependencies>