From facf16ceb865757cbc1f4af76870d01a420cfadd Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 5 Oct 2017 18:17:25 -0700 Subject: [PATCH] Re-order modules so that spring--boot-cli is later Update the module order so that the CLI is built after starters. See gh-9316 --- spring-boot-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/pom.xml b/spring-boot-project/pom.xml index ddd69c56ad8..209a82aa076 100644 --- a/spring-boot-project/pom.xml +++ b/spring-boot-project/pom.xml @@ -21,12 +21,12 @@ spring-boot-actuator spring-boot-actuator-autoconfigure spring-boot-autoconfigure - spring-boot-cli spring-boot-devtools spring-boot-test spring-boot-test-autoconfigure spring-boot-tools spring-boot-starters + spring-boot-cli spring-boot-docs