Issue 7151 2.3.0 (#7181)

* Removed redundant version declaration. Upgraded Spring boot dependency version.

* Update samples
This commit is contained in:
elion
2017-12-15 15:04:00 +02:00
committed by William Cheng
parent 6aa26461d7
commit 20ace869b7
7 changed files with 7 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.4.RELEASE</version>
<version>1.5.9.RELEASE</version>
</parent>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
@@ -91,7 +91,6 @@
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.1.0.Final</version>
<scope>provided</scope>
</dependency>
{{/useBeanValidation}}