From b67ec8bd6e789f82d23286661616d2ea62a4ae70 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 14 May 2014 00:07:48 +0200 Subject: [PATCH] Added Spring Boot plugin to make the REST sample project executable as standalone JAR. --- rest/starbucks/pom.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/rest/starbucks/pom.xml b/rest/starbucks/pom.xml index e95d372e..b5923cf7 100644 --- a/rest/starbucks/pom.xml +++ b/rest/starbucks/pom.xml @@ -11,7 +11,7 @@ spring-data-rest-examples 1.0.0.BUILD-SNAPSHOT - + 2.12.1 1.5.0.RC1 @@ -30,7 +30,7 @@ org.springframework.boot spring-boot-starter-data-mongodb - + org.springframework.batch spring-batch-core @@ -38,4 +38,16 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + example.stores.StoreApp + + + + + \ No newline at end of file