Fix Gradle dependency declaration in the 'Using Spring Boot for Apache Geode or Pivotal GemFire' chapter.

This commit is contained in:
John Blum
2018-06-25 20:17:51 -07:00
parent 2c6d7a65fb
commit 8d84ca4bd1

View File

@@ -138,7 +138,9 @@ To use Spring Boot for Apache Geode, declare the `spring-geode-starter` on your
[source,groovy]
[subs="verbatim,attributes"]
----
compile 'org.springframework.geode:spring-geode-starter:{spring-boot-data-geode-version}'
dependencies {
compile 'org.springframework.geode:spring-geode-starter:{spring-boot-data-geode-version}'
}
----
TIP: To use Pivotal GemFire in place of Apache Geode, simply change the `artifactId` from `spring-geode-starter`