From b1e74db29ad52870afd75c6bc4ed3fb09624b6d2 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 18 Mar 2020 13:29:07 -0700 Subject: [PATCH] Add generated Maven POM for the Getting Started Sample. Resolved gh-75. --- .../intro/getting-started/pom.xml | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 spring-geode-samples/intro/getting-started/pom.xml 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 + + + + +