From 609bda805cf1fb30169a3958975db6b6e4c85c0d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 24 Jan 2017 09:51:21 +0000 Subject: [PATCH 1/2] Revert "Try to fix the CI build" This reverts commit 4e36a079e9ca95aaf4bc0adff264ec8024220575. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b5bb22ea3fc..68b6e89e882 100644 --- a/pom.xml +++ b/pom.xml @@ -80,8 +80,8 @@ spring-boot-dependencies spring-boot-parent - spring-boot-test-support spring-boot-tools + spring-boot-test-support spring-boot spring-boot-test spring-boot-autoconfigure From 5efa6370cb1cef86651f5beaa0537cdba5601f55 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 24 Jan 2017 09:51:31 +0000 Subject: [PATCH 2/2] Include test-support module in the prepare profile --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 68b6e89e882..fcd4435b2f4 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,7 @@ spring-boot-dependencies spring-boot-parent + spring-boot-test-support spring-boot-tools