<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>benchmarks</artifactId>
<version>1.5.2</version>
</dependency>
<parent> <groupId>com.squareup.okhttp</groupId> <artifactId>parent</artifactId> <version>1.5.2</version> </parent>
compile
|-- com.google.caliper:caliper:1.0-beta-1
|-- com.google.guava:guava:14.0.1
|-- com.squareup.okhttp:okhttp
|-- com.squareup.okhttp:mockwebserver
|-- org.bouncycastle:bcprov-jdk15on
|-- org.apache.httpcomponents:httpclient
|-- io.netty:netty-transport:4.0.15.Final
|-- io.netty:netty-handler:4.0.15.Final
|-- io.netty:netty-codec-http:4.0.15.Final
provided