From 859e6c2ea898bc219ee18cc167b702b2fa1734f2 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 2 Aug 2013 14:44:45 +0100 Subject: [PATCH] Add spring-test to parents for samples --- pom.xml | 5 +++++ spring-boot-starters/spring-boot-starter-parent/pom.xml | 5 +++++ spring-boot-starters/src/main/parent/pom.xml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 8ba76f40300..2c6b4cf2af9 100644 --- a/pom.xml +++ b/pom.xml @@ -715,6 +715,11 @@ hamcrest-library test + + org.springframework + spring-test + test + http://www.springsource.com/download/community diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index 0a2d7356fff..00d06e1d77e 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -128,6 +128,11 @@ NOTE: If you are editing a local checkout of this file, be sure to modify hamcrest-library test + + org.springframework + spring-test + test + diff --git a/spring-boot-starters/src/main/parent/pom.xml b/spring-boot-starters/src/main/parent/pom.xml index 4f48dd10e20..25739441f6a 100644 --- a/spring-boot-starters/src/main/parent/pom.xml +++ b/spring-boot-starters/src/main/parent/pom.xml @@ -128,6 +128,11 @@ NOTE: If you are editing a local checkout of this file, be sure to modify hamcrest-library test + + org.springframework + spring-test + test +