Use asynchttpclient instead

This commit is contained in:
md_5
2013-03-20 19:10:59 +11:00
parent 8827feacfb
commit 27d454524f
3 changed files with 18 additions and 22 deletions

View File

@@ -26,9 +26,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>9.0.0.v20130308</version>
<groupId>com.ning</groupId>
<artifactId>async-http-client</artifactId>
<version>1.7.12</version>
<scope>compile</scope>
</dependency>
<dependency>