Update samples

This commit is contained in:
Jeremie Bresson
2019-08-05 15:07:26 +02:00
parent 00f7134eb3
commit fae073874b

View File

@@ -66,5 +66,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.0.16.Final</version>
</dependency>
</dependencies>
</project>