As `validation-api` 2 is available by default, this commit adds the
integration test as a regular test case. The integration test is kept to
exercise what happens in a standard project.

See gh-11512
This commit is contained in:
Stephane Nicoll
2018-01-18 14:05:24 +01:00
parent 60f5cf10ba
commit 49b5fe0c29
3 changed files with 58 additions and 0 deletions

View File

@@ -20,6 +20,11 @@
<artifactId>lombok</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-support</artifactId>