Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Phillip Webb
2016-12-28 14:48:05 -08:00
4 changed files with 213 additions and 6 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>