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