<dependency>
<groupId>org.apache.geode</groupId>
<artifactId>geode-junit</artifactId>
<version>1.0.0-incubating.M2</version>
</dependency>
@Grapes(
@Grab(group='org.apache.geode', module='geode-junit', version='1.0.0-incubating.M2')
)
compile
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-all:1.3
test
|-- com.jayway.awaitility:awaitility:1.7.0
|-- junit:junit:4.12
|-- eu.codearte.catch-exception:catch-throwable:1.4.4
|-- org.assertj:assertj-core:3.2.0
|-- com.github.stefanbirkner:system-rules:1.15.0
|-- org.mockito:mockito-core:1.10.19
|-- eu.codearte.catch-exception:catch-exception:1.4.4
|-- cglib:cglib:3.1
|-- com.google.code.tempus-fugit:tempus-fugit:1.1
|-- org.jmock:jmock-legacy:2.8.1
|-- commons-lang:commons-lang:2.5
|-- pl.pragmatists:JUnitParams:1.0.4