From 4e36a079e9ca95aaf4bc0adff264ec8024220575 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 24 Jan 2017 09:40:15 +0000 Subject: [PATCH] Try to fix the CI build The order of the modules declared in pom.xml should not make any difference given the other relationships that exist between projects, however the CI build is ordering the projects incorrectly. Try changing the order of the modules to see if the CI build can be coaxed into ordering them correctly. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 68b6e89e882..b5bb22ea3fc 100644 --- a/pom.xml +++ b/pom.xml @@ -80,8 +80,8 @@ spring-boot-dependencies spring-boot-parent - spring-boot-tools spring-boot-test-support + spring-boot-tools spring-boot spring-boot-test spring-boot-autoconfigure