<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode-test</artifactId>
<version>0.0.14.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-geode-test" % "0.0.14.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-geode-test', version='0.0.14.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-geode-test" rev="0.0.14.RELEASE" />
compile
|-- edu.umd.cs.mtc:multithreadedtc:1.01
|-- junit:junit:4.13
|-- org.assertj:assertj-core:3.15.0
|-- org.mockito:mockito-core:3.3.3
|-- org.projectlombok:lombok:1.18.12
|-- org.springframework.data:spring-data-geode:2.2.6.RELEASE
|-- org.springframework:spring-test:5.2.5.RELEASE
|-- ch.qos.logback:logback-classic:1.2.3
provided
|-- org.springframework.boot:spring-boot-starter:2.2.6.RELEASE