Merge branch '1.5.x'

This commit is contained in:
Phillip Webb
2017-01-18 21:05:22 -08:00
66 changed files with 287 additions and 112 deletions

View File

@@ -24,6 +24,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.springframework.boot</groupId>