<dependency>
<groupId>com.microsoft.rest</groupId>
<artifactId>client-runtime</artifactId>
<version>1.6.2</version>
</dependency>
<parent> <groupId>com.microsoft.azure</groupId> <artifactId>autorest-clientruntime-for-java</artifactId> <version>1.6.2</version> </parent>
compile
|-- com.squareup.retrofit2:retrofit
|-- com.squareup.okhttp3:okhttp
|-- com.squareup.okhttp3:logging-interceptor
|-- com.squareup.okhttp3:okhttp-urlconnection
|-- com.squareup.retrofit2:converter-jackson
|-- com.fasterxml.jackson.datatype:jackson-datatype-joda
|-- org.apache.commons:commons-lang3
|-- com.squareup.retrofit2:adapter-rxjava
|-- com.microsoft.azure:azure-annotations
test
|-- junit:junit