From 17546628f5cd326a02f5dcb394550abc03002960 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Jun 2016 12:57:24 +0100 Subject: [PATCH] Remove springloaded from samples springloaded isn't required in any of the samples, yet some of them make use of it without being a springloaded-specific sample. This is creating the false impression that springloaded is necessary in cases where it's not. --- spring-boot-samples/spring-boot-sample-data-jpa/pom.xml | 7 ------- .../spring-boot-sample-web-groovy-templates/pom.xml | 7 ------- spring-boot-samples/spring-boot-sample-web-ui/pom.xml | 7 ------- 3 files changed, 21 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml b/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml index 61e1974ab54..0e4d582c0cd 100755 --- a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml @@ -43,13 +43,6 @@ org.springframework.boot spring-boot-maven-plugin - - - org.springframework - springloaded - ${spring-loaded.version} - - diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml b/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml index 06039471755..90aae824069 100755 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml @@ -34,13 +34,6 @@ org.springframework.boot spring-boot-maven-plugin - - - org.springframework - springloaded - ${spring-loaded.version} - - diff --git a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml index 688a1861a60..e104f102466 100755 --- a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml @@ -34,13 +34,6 @@ org.springframework.boot spring-boot-maven-plugin - - - org.springframework - springloaded - ${spring-loaded.version} - -