<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode-test</artifactId>
<version>0.0.3.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-geode-test" % "0.0.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-geode-test', version='0.0.3.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-geode-test" rev="0.0.3.RELEASE" />
compile
|-- edu.umd.cs.mtc:multithreadedtc:1.01
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.12.2
|-- org.mockito:mockito-core:2.28.2
|-- org.projectlombok:lombok:1.18.8
|-- org.springframework.data:spring-data-geode:2.1.9.RELEASE
|-- org.springframework:spring-test:5.1.6.RELEASE
provided
|-- org.springframework.boot:spring-boot-starter:2.1.4.RELEASE