<dependency>
<groupId>org.elasticsearch.test</groupId>
<artifactId>framework</artifactId>
<version>5.0.0-alpha1</version>
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.test', module='framework', version='5.0.0-alpha1')
)
compile
|-- org.apache.lucene:lucene-test-framework:6.0.0-snapshot-f0aa4fc
|-- junit:junit:4.11
|-- org.apache.httpcomponents:httpcore:4.3.3
|-- org.elasticsearch:elasticsearch:5.0.0-alpha1
|-- org.hamcrest:hamcrest-all:1.3
|-- org.elasticsearch:securemock:1.2
|-- commons-codec:commons-codec:1.10
|-- org.apache.httpcomponents:httpclient:4.3.6
|-- com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.3.2