diff --git a/spring-geode-samples/intro/getting-started/pom.xml b/spring-geode-samples/intro/getting-started/pom.xml new file mode 100644 index 00000000..41836090 --- /dev/null +++ b/spring-geode-samples/intro/getting-started/pom.xml @@ -0,0 +1,49 @@ + + + + 4.0.0 + + + org.springframework.geode + spring-geode-samples-parent + 1.3.0.BUILD-SNAPSHOT + ../../pom.xml + + + spring-geode-samples-getting-started-maven + + Getting Started + Getting Started with Spring Boot for Apache Geode (SBDG) using Maven. + + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.geode + spring-geode-starter + + + + org.springframework.geode + spring-geode-starter-test + test + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + +