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
This commit is contained in:
Phillip Webb 2017-10-05 18:17:25 -07:00
parent 3c97401a86
commit facf16ceb8

View File

@ -21,12 +21,12 @@
<module>spring-boot-actuator</module>
<module>spring-boot-actuator-autoconfigure</module>
<module>spring-boot-autoconfigure</module>
<module>spring-boot-cli</module>
<module>spring-boot-devtools</module>
<module>spring-boot-test</module>
<module>spring-boot-test-autoconfigure</module>
<module>spring-boot-tools</module>
<module>spring-boot-starters</module>
<module>spring-boot-cli</module>
<module>spring-boot-docs</module>
</modules>
</project>