<dependency>
<groupId>ru.yandex.qatools.clay</groupId>
<artifactId>clay-aether</artifactId>
<version>2.5</version>
</dependency>
<parent> <groupId>ru.yandex.qatools.clay</groupId> <artifactId>clay</artifactId> <version>2.5</version> </parent>
compile
|-- org.eclipse.aether:aether-api:1.0.1.v20141111
|-- org.eclipse.aether:aether-util:1.0.1.v20141111
|-- org.eclipse.aether:aether-impl:1.0.1.v20141111
|-- org.eclipse.aether:aether-connector-basic:1.0.1.v20141111
|-- org.eclipse.aether:aether-transport-file:1.0.1.v20141111
|-- org.eclipse.aether:aether-transport-http:1.0.1.v20141111
|-- org.eclipse.aether:aether-transport-wagon:1.0.1.v20141111
|-- org.apache.maven:maven-aether-provider
|-- org.apache.maven.wagon:wagon-ssh:2.6
|-- org.apache.maven.wagon:wagon-file:2.6
|-- org.apache.maven.wagon:wagon-http:2.6
|-- org.apache.maven.wagon:wagon-http-lightweight:2.6
|-- ru.yandex.qatools.clay:clay-maven-settings-builder
test
|-- junit:junit:4.11