<dependency>
<groupId>com.ning</groupId>
<artifactId>async-http-client</artifactId>
<version>1.5.0</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>5</version> </parent>
compile
|-- org.jboss.netty:netty:3.2.3.Final
|-- commons-httpclient:commons-httpclient:3.1
|-- commons-lang:commons-lang:2.4
|-- commons-logging:commons-logging:1.1.1
test
|-- ch.qos.logback:logback-classic:0.9.26
|-- org.eclipse.jetty:jetty-server:7.1.4.v20100610
|-- org.eclipse.jetty:jetty-servlet:7.1.4.v20100610
|-- org.eclipse.jetty:jetty-servlets:7.1.4.v20100610
|-- org.eclipse.jetty:jetty-security:7.1.4.v20100610