From 70547a363bfd8d5fc51f28052a21f569ab652c63 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 30 Jul 2015 11:38:20 +0200 Subject: [PATCH] #117 - Removed explicit configuration of main class for Boot plugin in Starbucks example. The configuration is obsolete as the client has been moved into a test case for a while already. --- rest/starbucks/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/rest/starbucks/pom.xml b/rest/starbucks/pom.xml index c712341e..12c585c9 100644 --- a/rest/starbucks/pom.xml +++ b/rest/starbucks/pom.xml @@ -83,9 +83,6 @@ org.springframework.boot spring-boot-maven-plugin - - example.stores.StoreApp -