Merge branch '1.5.x'

This commit is contained in:
Phillip Webb
2016-12-28 15:35:32 -08:00
19 changed files with 268 additions and 39 deletions

View File

@@ -42,6 +42,13 @@
</exclusion>
</exclusions>
</dependency>
<!-- Provided -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>