Move HTTP client stuffs into bungee-proxy

This commit is contained in:
md_5
2013-07-04 21:59:38 +10:00
parent b4101874cc
commit 6b50c7c599
8 changed files with 1 additions and 79 deletions

View File

@@ -27,13 +27,7 @@
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>${netty.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<artifactId>netty-codec-http</artifactId>
<version>${netty.version}</version>
<scope>compile</scope>
</dependency>