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