Adds 'spring-boot-starter-validation' as a mandatory dep

Fixes #638
This commit is contained in:
Marius Bogoevici
2016-09-12 17:51:03 -04:00
parent 8ff9df04d4
commit b797018dff

View File

@@ -22,6 +22,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>