<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-gemfire</artifactId>
<version>2.1.9.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.data" % "spring-data-gemfire" % "2.1.9.RELEASE"
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-gemfire', version='2.1.9.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-gemfire" rev="2.1.9.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.1.9.RELEASE</version> </parent>
compile
|-- javax.cache:cache-api:1.0.0
|-- org.springframework:spring-context-support
|-- org.springframework:spring-tx
|-- org.springframework:spring-web
|-- org.springframework.data:spring-data-commons:2.1.9.RELEASE
|-- io.pivotal.gemfire:geode-core:9.5.3
|-- io.pivotal.gemfire:geode-cq:9.5.3
|-- io.pivotal.gemfire:geode-lucene:9.5.3
|-- io.pivotal.gemfire:geode-wan:9.5.3
|-- org.apache.shiro:shiro-spring:1.3.2
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
provided
runtime
test
|-- org.apache.geronimo.specs:geronimo-jcdi_2.0_spec:1.0.1
|-- javax.interceptor:javax.interceptor-api:1.2.1
|-- javax.annotation:javax.annotation-api
|-- org.apache.derby:derbyLocale_zh_TW:10.9.1.0
|-- org.apache.openwebbeans:openwebbeans-se
|-- edu.umd.cs.mtc:multithreadedtc:1.01