Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll
2016-12-30 18:01:59 +01:00
48 changed files with 180 additions and 193 deletions

View File

@@ -38,7 +38,15 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>