Closes gh-3534
This commit is contained in:
Stephane Nicoll
2015-07-23 10:55:50 +02:00
parent bf303b02f7
commit 80754d5cc2
10 changed files with 97 additions and 133 deletions

View File

@@ -23,11 +23,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.1.3.Final</version>
<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>