Include only the bits of netty we need
This commit is contained in:
parent
26f85d2572
commit
bc16626761
@ -1,20 +1,25 @@
|
||||
From c119ca366f3258badf6dfb6f2dd0b757e32ead58 Mon Sep 17 00:00:00 2001
|
||||
From ac11956bf50d51b0d28f079ba9ccabe1bf0e2d05 Mon Sep 17 00:00:00 2001
|
||||
From: md_5 <md_5@live.com.au>
|
||||
Date: Tue, 2 Jul 2013 09:06:29 +1000
|
||||
Subject: [PATCH] Netty
|
||||
|
||||
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 9a4c59a..29330dd 100644
|
||||
index d1cc48d..69e596b 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -139,6 +139,16 @@
|
||||
@@ -112,6 +112,21 @@
|
||||
<artifactId>trove4j</artifactId>
|
||||
<version>3.0.3</version>
|
||||
</dependency>
|
||||
+ <dependency>
|
||||
+ <groupId>io.netty</groupId>
|
||||
+ <artifactId>netty-all</artifactId>
|
||||
+ <artifactId>netty-codec</artifactId>
|
||||
+ <version>4.0.0.CR9</version>
|
||||
+ </dependency>
|
||||
+ <dependency>
|
||||
+ <groupId>io.netty</groupId>
|
||||
+ <artifactId>netty-handler</artifactId>
|
||||
+ <version>4.0.0.CR9</version>
|
||||
+ </dependency>
|
||||
+ <dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user